Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "gulpman", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Create Modular Front-End Build System, based on gulp ,easy useage", | ||
"engines": { | ||
"node": ">=4.2.0" | ||
}, | ||
"main": "index.js", | ||
@@ -30,2 +33,5 @@ "scripts": { | ||
"homepage": "https://github.com/xunuoi/gulpman#readme", | ||
"dependencies":{ | ||
"shelljs": "^0.5.3" | ||
}, | ||
"devDependencies": { | ||
@@ -32,0 +38,0 @@ "babel-core": "^6.4.0", |
@@ -1,1 +0,10 @@ | ||
console.log('wow**************') | ||
var sh = require('shelljs') | ||
console.log('now install') | ||
sh.exec('npm install -g cnpm --registry=https://registry.npm.taobao.org') | ||
sh.exec('cnpm install gulp-sass --save') | ||
console.log('\nInstall Completed!\nGulpman Install Succeed!\nNow you can use the gulpman module in your gulpfile.js') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22892
551
1
+ Addedshelljs@^0.5.3
+ Addedshelljs@0.5.3(transitive)