@springworks/error-factory
Advanced tools
Comparing version 2.0.10 to 3.0.0
@@ -7,3 +7,2 @@ { | ||
"prepublish": "npm run build", | ||
"postpublish": "greenkeeper-postpublish", | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
@@ -14,4 +13,3 @@ "test": "NODE_ENV=test mocha", | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"commit": "commit-wizard" | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -29,3 +27,3 @@ "dependencies": { | ||
"coveralls": "^2.11.9", | ||
"eslint": "^3.0.0", | ||
"eslint": "^4.3.0", | ||
"eslint-config-springworks": "^7.0.3", | ||
@@ -35,3 +33,2 @@ "eslint-plugin-import": "^2.0.1", | ||
"eslint-plugin-springworks": "^2.0.1", | ||
"greenkeeper-postpublish": "^1.0.1", | ||
"istanbul": "^1.0.0-alpha.2", | ||
@@ -41,3 +38,3 @@ "joi": "^10.0.1", | ||
"pre-git": "^3.8.3", | ||
"semantic-release": "^6.3.2" | ||
"semantic-release": "^15.9.5" | ||
}, | ||
@@ -50,3 +47,3 @@ "config": { | ||
"engines": { | ||
"node": ">=4", | ||
"node": ">=6", | ||
"npm": ">=2.7" | ||
@@ -67,3 +64,15 @@ }, | ||
}, | ||
"version": "2.0.10" | ||
} | ||
"release": { | ||
"analyzeCommits": { | ||
"preset": "angular", | ||
"parserOpts": { | ||
"noteKeywords": [ | ||
"BREAKING CHANGE", | ||
"BREAKING CHANGES", | ||
"BREAKING" | ||
] | ||
} | ||
} | ||
}, | ||
"version": "3.0.0" | ||
} |
Sorry, the diff of this file is not supported yet
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
11796
17
112