Skip to content

Commit

Permalink
Adding Gulp to NPM modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Feb 26, 2014
1 parent a74f93c commit 9b92dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions node/npm.modules.install.sh
Expand Up @@ -11,6 +11,7 @@ npm install -g forever; # 0.10.11
npm install -g generator-angular; # 0.7.0
npm install -g generator-karma; # 0.6.0
npm install -g grunt-cli; # 0.1.11
npm install -g gulp;
npm install -g hexo; # 2.4.5
npm install -g jshint; # 2.4.1
npm install -g localtunnel; # 0.2.2
Expand Down
1 change: 1 addition & 0 deletions node/npm.modules.uninstall.sh
Expand Up @@ -11,6 +11,7 @@ npm uninstall -g forever;
npm uninstall -g generator-angular;
npm uninstall -g generator-karma;
npm uninstall -g grunt-cli;
npm uninstall -g gulp;
npm uninstall -g hexo;
npm uninstall -g jshint;
npm uninstall -g localtunnel;
Expand Down

0 comments on commit 9b92dfe

Please sign in to comment.