Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages