Comparing version 1.1.12 to 1.1.13
{ | ||
"name": "fel", | ||
"description": "Create errors with HTTP codes and cause refs for use in logging", | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
@@ -9,3 +9,5 @@ "test": "NODE_ENV=test mocha", | ||
"lint": "eslint --cache .", | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
"build": "rm -rf dist && babel src --out-dir dist", | ||
"update-npmignore": "npmignore", | ||
"version": "npm run update-npmignore && git add .npmignore", | ||
"commit": "git-cz", | ||
@@ -19,19 +21,20 @@ "prepublish": "npm run build", | ||
"devDependencies": { | ||
"babel-cli": "^6.8.0", | ||
"babel-core": "^6.8.0", | ||
"babel-eslint": "^6.0.4", | ||
"babel-plugin-transform-strict-mode": "^6.8.0", | ||
"babel-preset-es2015-node4": "^2.1.0", | ||
"commitizen": "^2.8.1", | ||
"cz-conventional-changelog": "^1.1.6", | ||
"eslint": "^2.9.0", | ||
"eslint-config-springworks": "^7.0.1", | ||
"eslint-plugin-import": "^1.6.1", | ||
"eslint-plugin-mocha": "^2.2.0", | ||
"eslint-plugin-springworks": "^1.1.3", | ||
"istanbul": "^0.4.3", | ||
"joi": "^8.0.5", | ||
"mocha": "^2.4.5", | ||
"semantic-release": "^4.3.5", | ||
"should": "^8.3.1" | ||
"babel-cli": "6.9.0", | ||
"babel-core": "6.9.0", | ||
"babel-eslint": "6.0.4", | ||
"babel-plugin-transform-strict-mode": "6.8.0", | ||
"babel-preset-es2015-node4": "2.1.0", | ||
"commitizen": "2.8.1", | ||
"cz-conventional-changelog": "1.1.6", | ||
"eslint": "2.11.0", | ||
"eslint-config-springworks": "7.0.3", | ||
"eslint-plugin-import": "1.8.1", | ||
"eslint-plugin-mocha": "2.2.0", | ||
"eslint-plugin-springworks": "2.0.1", | ||
"istanbul": "0.4.3", | ||
"joi": "8.2.1", | ||
"mocha": "2.5.3", | ||
"npmignore": "0.2.0", | ||
"semantic-release": "4.3.5", | ||
"should": "8.4.0" | ||
}, | ||
@@ -56,3 +59,3 @@ "config": { | ||
"homepage": "https://github.com/Springworks/fel#readme", | ||
"version": "1.1.12" | ||
"version": "1.1.13" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
7553
18
5
2