knifecycle
Advanced tools
Comparing version 2.5.3 to 2.5.4
@@ -0,1 +1,6 @@ | ||
<a name="2.5.4"></a> | ||
## [2.5.4](https://github.com/nfroidure/knifecycle/compare/v2.5.3...v2.5.4) (2018-09-22) | ||
<a name="2.5.3"></a> | ||
@@ -2,0 +7,0 @@ ## [2.5.3](https://github.com/nfroidure/knifecycle/compare/v2.5.2...v2.5.3) (2018-09-16) |
{ | ||
"name": "knifecycle", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"description": "Manage your NodeJS processes's lifecycle.", | ||
@@ -11,2 +11,3 @@ "main": "dist/index.js", | ||
"configs": [ | ||
"main", | ||
"readme", | ||
@@ -47,5 +48,6 @@ "mocha", | ||
"mocha": "mocha --compilers js:@babel/register src/*.mocha.js", | ||
"precz": "npm t && npm run lint && npm run metapak -- -s", | ||
"prepublish": "npm run compile", | ||
"prettier": "prettier --write src/*.js", | ||
"preversion": "npm t && npm run lint && npm run metapak -s && npm run compile", | ||
"preversion": "npm run compile && npm t && npm run lint && npm run metapak -- -s", | ||
"test": "npm run mocha && npm run karma", | ||
@@ -60,3 +62,7 @@ "version": "npm run changelog && git add CHANGELOG.md" | ||
], | ||
"author": "Nicolas Froidure", | ||
"author": { | ||
"name": "Nicolas Froidure", | ||
"email": "nicolas.froidure@insertafter.com", | ||
"url": "http://insertafter.com/en/index.html" | ||
}, | ||
"license": "MIT", | ||
@@ -86,3 +92,3 @@ "devDependencies": { | ||
"metapak": "^1.0.3", | ||
"metapak-nfroidure": "^6.3.0", | ||
"metapak-nfroidure": "^7.1.1", | ||
"mocha": "^5.2.0", | ||
@@ -135,3 +141,4 @@ "nyc": "^13.0.1", | ||
] | ||
} | ||
}, | ||
"contributors": [] | ||
} |
@@ -17,2 +17,3 @@ [//]: # ( ) | ||
[![Dependency Status](https://dependencyci.com/github/nfroidure/knifecycle/badge)](https://dependencyci.com/github/nfroidure/knifecycle) | ||
[![Package Quality](http://npm.packagequality.com/shield/knifecycle.svg)](http://packagequality.com/#?package=knifecycle) | ||
@@ -899,3 +900,6 @@ | ||
# Authors | ||
- [Nicolas Froidure](http://insertafter.com/en/index.html) | ||
# License | ||
[MIT](https://github.com/nfroidure/knifecycle/blob/master/LICENSE) |
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
228816
904