react-from-dom
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "react-from-dom", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Convert HTML/XML source code or DOM nodes to React elements", | ||
@@ -18,3 +18,4 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"esm", | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
@@ -78,3 +79,4 @@ "types": "./lib", | ||
"clean": "del lib/* && del esm/*", | ||
"watch": "npm run build:esm && npm run build:cjs -- -w", | ||
"watch:cjs": "npm run build:cjs -- -w", | ||
"watch:esm": "npm run build:esm -- -w", | ||
"test": "is-ci \"test:coverage\" \"test:watch\"", | ||
@@ -81,0 +83,0 @@ "test:coverage": "jest --coverage --bail", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97209
17
1868