knifecycle
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,11 @@ | ||
<a name="2.2.2"></a> | ||
## [2.2.2](https://github.com/nfroidure/knifecycle/compare/v2.2.1...v2.2.2) (2017-10-24) | ||
### Bug Fixes | ||
* **Build:** Quick fix of the build ([0b71c08](https://github.com/nfroidure/knifecycle/commit/0b71c08)) | ||
<a name="2.2.1"></a> | ||
@@ -2,0 +12,0 @@ ## [2.2.1](https://github.com/nfroidure/knifecycle/compare/v2.2.0...v2.2.1) (2017-10-24) |
{ | ||
"name": "knifecycle", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Manage your NodeJS processes's lifecycle.", | ||
@@ -9,14 +9,2 @@ "main": "dist/index.js", | ||
}, | ||
"metapak": { | ||
"data": { | ||
"files": "src/*.js", | ||
"testsFiles": "src/*.mocha.js" | ||
}, | ||
"configs": [ | ||
"babel", | ||
"jsdocs", | ||
"jsarch", | ||
"readme" | ||
] | ||
}, | ||
"files": [ | ||
@@ -36,4 +24,2 @@ "dist", | ||
"lint": "eslint src/*.js", | ||
"metapak": "metapak || exit 0", | ||
"postinstall": "npm run metapak --silent", | ||
"prepublish": "npm run compile", | ||
@@ -55,8 +41,6 @@ "preversion": "npm t && npm run lint && npm run compile", | ||
"babel-eslint": "^7.1.0", | ||
"babel-plugin-transform-async-to-module-method": "^6.8.0", | ||
"babel-plugin-transform-decorators": "^6.8.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-async-to-module-method": "^6.24.1", | ||
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-register": "^6.9.0", | ||
@@ -79,4 +63,2 @@ "browserify": "^14.4.0", | ||
"karma-sauce-launcher": "^1.1.0", | ||
"metapak": "0.0.21", | ||
"metapak-nfroidure": "0.7.0", | ||
"mocha": "3.2.0", | ||
@@ -87,21 +69,5 @@ "mocha-lcov-reporter": "1.3.0", | ||
"dependencies": { | ||
"debug": "2.6.1", | ||
"debug": "^3.1.0", | ||
"yerror": "^2.0.0" | ||
}, | ||
"greenkeeper": { | ||
"ignore": [ | ||
"debug", | ||
"eslint", | ||
"eslint-config-simplifield", | ||
"mocha", | ||
"mocha-lcov-reporter", | ||
"commitizen", | ||
"cz-conventional-changelog", | ||
"coveralls", | ||
"istanbul", | ||
"conventional-changelog-cli", | ||
"jsarch", | ||
"jsdoc-to-markdown" | ||
] | ||
}, | ||
"config": { | ||
@@ -108,0 +74,0 @@ "commitizen": { |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
26
0
203002
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
- Removeddebug@2.6.1(transitive)
- Removedms@0.7.2(transitive)
Updateddebug@^3.1.0