npm-lifecycle
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="3.1.5"></a> | ||
## [3.1.5](https://github.com/npm/lifecycle/compare/v3.1.4...v3.1.5) (2020-03-26) | ||
<a name="3.1.4"></a> | ||
@@ -7,0 +12,0 @@ ## [3.1.4](https://github.com/npm/lifecycle/compare/v3.1.3...v3.1.4) (2019-09-18) |
{ | ||
"name": "npm-lifecycle", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "JavaScript package lifecycle hook runner", | ||
@@ -12,5 +12,3 @@ "main": "index.js", | ||
"test": "tap -J --cov test/*.js", | ||
"snap": "TAP_SNAPSHOT=1 npm test", | ||
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", | ||
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" | ||
"snap": "TAP_SNAPSHOT=1 npm test" | ||
}, | ||
@@ -48,5 +46,3 @@ "repository": { | ||
"standard-version": "^4.4.0", | ||
"tap": "^12.7.0", | ||
"weallbehave": "^1.2.0", | ||
"weallcontribute": "^1.0.8" | ||
"tap": "^12.7.0" | ||
}, | ||
@@ -53,0 +49,0 @@ "files": [ |
@@ -1,3 +0,14 @@ | ||
# npm-lifecycle [![npm version](https://img.shields.io/npm/v/npm-lifecycle.svg)](https://npm.im/npm-lifecycle) [![license](https://img.shields.io/npm/l/npm-lifecycle.svg)](https://npm.im/npm-lifecycle) [![Travis](https://img.shields.io/travis/npm/npm-lifecycle/latest.svg)](https://travis-ci.org/npm/npm-lifecycle) [![AppVeyor](https://img.shields.io/appveyor/ci/npm/npm-lifecycle/latest.svg)](https://ci.appveyor.com/project/npm/npm-lifecycle) [![Coverage Status](https://coveralls.io/repos/github/npm/npm-lifecycle/badge.svg?branch=latest)](https://coveralls.io/github/npm/npm-lifecycle?branch=latest) | ||
# Note: pending imminent deprecation | ||
**This module will be deprecated once npm v7 is released. Please do not rely | ||
on it more than absolutely necessary.** | ||
The lifecycle script runner used in npm v7 is | ||
[@npmcli/run-script](http://npm.im/@npmcli/run-script). Please use that | ||
module moving forward. | ||
----- | ||
# npm-lifecycle | ||
[`npm-lifecycle`](https://github.com/npm/npm-lifecycle) is a standalone library for | ||
@@ -25,14 +36,2 @@ executing packages' lifecycle scripts. It is extracted from npm itself and | ||
### Features | ||
* something cool | ||
### Contributing | ||
The npm team enthusiastically welcomes contributions and project participation! | ||
There's a bunch of things you can do if you want to contribute! The [Contributor | ||
Guide](CONTRIBUTING.md) has all the information you need for everything from | ||
reporting bugs to contributing entire new features. Please don't hesitate to | ||
jump in if you'd like to, or even ask us questions if something isn't clear. | ||
### API | ||
@@ -39,0 +38,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
5
35053
50