Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "xfluent", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Fluent api for reading xml in javascript", | ||
@@ -10,3 +10,6 @@ "main": "index.js", | ||
"prepublish": "npm run test", | ||
"pretest": "npm run lint" | ||
"pretest": "npm run lint", | ||
"prepush": "npm run test", | ||
"preapplypatch": "npm run test", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -24,2 +27,3 @@ "repository": { | ||
"devDependencies": { | ||
"husky": "^0.10.2", | ||
"standard": "^5.4.1" | ||
@@ -26,0 +30,0 @@ }, |
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
22875
2