An open API service indexing awesome lists of open source software.

https://github.com/tkers/cross-shrinkwrap

Remove platform specific npm dependencies from your shrinkwrap
https://github.com/tkers/cross-shrinkwrap

npm

Last synced: 4 months ago
JSON representation

Remove platform specific npm dependencies from your shrinkwrap

Awesome Lists containing this project

README

        

# cross-shrinkwrap
Removes all platform specific dependencies from your `npm-shrinkwrap.json` file.
Modified from [ansble/safe-shrinkwrap](https://github.com/ansble/safe-shrinkwrap), which was not working correctly for me. This command does not generate a shrinkwrap for you.

## Usage:

```bash
npm install -g Lapixx/cross-shrinkwrap #install csw
npm shrinkwrap #generate sw
cross-shrinkwrap #clean sw
```