npm-programmatic
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -13,2 +13,4 @@ const Promise = require('bluebird'); | ||
+ (opts.saveDev? " --save-dev":"") | ||
+ (opts.legacyBundling? " --legacy-bundling":"") | ||
+ (opts.noOptional? " --no-optional":"") | ||
+ (opts.ignoreScripts? " --ignore-scripts":""); | ||
@@ -15,0 +17,0 @@ |
{ | ||
"name": "npm-programmatic", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Use NPM commands programmatically", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ # npm-programmatic [](https://travis-ci.org/Manak/npm-programmatic) | ||
| packages | Array | packages to be installed | | ||
| opts | Object | save:true/false; global:true/false; cwd:string; saveDev:true/false; output:true/false| | ||
| opts | Object | save:true/false; global:true/false; cwd:string; saveDev:true/false; noOptional:true/false; legacyBundling: true/false; output:true/false| | ||
@@ -21,0 +21,0 @@ ### Example |
10101
199