Update readme
Quality of life feature for DOM: if second argument is not an object — it is treated as children
Showing
| { | { | ||
| "name": "react-vanilla", | "name": "react-vanilla", | ||
| "version": "1.1.21", | "version": "1.1.22", | ||
| "description": "", | "description": "", | ||
| "main": "DOM.js", | "main": "DOM.js", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| "type": "git", | "type": "git", | ||
| "url": "git@gitlab.quokka.pub:Zibx/react-vanilla.git" | "url": "git@gitlab.quokka.pub:Zibx/react-vanilla.git" | ||
| }, | }, | ||
| "keywords": [], | "keywords": ["react-vanilla", "DOM", "reactive", "FRP", "reactive storage", "h function"], | ||
| "author": "Zibx", | "author": "Zibx", | ||
| "license": "MPL-2.0", | "license": "MPL-2.0", | ||
| "dependencies": { | "dependencies": { | ||
| ... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
| "devDependencies": { | "devDependencies": { | ||
| "chai": "^4.2.0", | "chai": "^4.2.0", | ||
| "mocha": "^8.2.1", | "mocha": "^8.2.1", | ||
| "nyc": "^15.1.0" | "nyc": "^15.1.0", | ||
| "express": "*" | |||
| } | } | ||
| } | } |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment