1.0.1 • Published 10 years ago

pliers-clean-shrinkwrap v1.0.1

Weekly downloads
37
License
-
Repository
github
Last release
10 years ago

pliers-clean-shrinkwrap

build status

Strips out 'resolved' from npmshrinkwraps

Installation

  npm install --save-dev pliers-clean-shrinkwrap

Usage

This will expose a new pliers task.

// within a pliers.js
module.exports = function (pliers) {

  pliers('cleanShrinkwrap', require('pliers-clean-shrinkwrap')(pliers))

}

Then from the cli

pliers cleanShrinkwrap

Will clean the npmshrinkwrap.json in the current directory.

Credits

Paul Serby follow me on twitter @serby

Licence

Licensed under the New BSD License

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago