jsx2posthtml
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -8,2 +8,8 @@ # Change Log | ||
## [1.1.2] - 2017-06-21 | ||
## Fixed | ||
- Add prepare script. | ||
## [1.1.1] - 2017-06-21 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "jsx2posthtml", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Converts JSX to PostHTML node", | ||
@@ -22,3 +22,4 @@ "main": "./es2015-cjs/index.js", | ||
"minify": "uglifyjs ./es5/index.js -c -m -o ./es5/jsx2posthtml.min.js", | ||
"prepublishOnly": "npm run test && npm run clean && npm run build:all && npm run minify" | ||
"prepublishOnly": "npm run test", | ||
"prepare": "npm run clean && npm run build:all && npm run minify" | ||
}, | ||
@@ -25,0 +26,0 @@ "repository": { |
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
69218