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
- Host: GitHub
- URL: https://github.com/tkers/cross-shrinkwrap
- Owner: tkers
- Created: 2016-12-21T15:17:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T17:41:22.000Z (over 8 years ago)
- Last Synced: 2025-02-14T22:36:26.038Z (4 months ago)
- Topics: npm
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```