Skip to content

Collaborne/npm-warn-shrinkwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-warn-shrinkwrap

Check whether a npm-shrinkwrap.json exists in the current directory, and warn if so.

This is intended for environments where the shrinkwrapping process only happens on CI steps, but where developers should not use npm shrinkwrap.

Install

npm install --save-dev npm-warn-shrinkwrap

Usage

Configure this in package.json in the install script:

{
  ...,
  "scripts": {
    "install": "npm-warn-shrinkwrap"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published