Skip to content

Commit

Permalink
save dev and remove no longer needed index.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Jul 18, 2016
1 parent 6987b80 commit c172eb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion global-cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function run(root, appName, version, verbose) {
var args = [
'install',
verbose && '--verbose',
'--save',
'--save-dev',
'--save-exact',
getInstallPackage(version),
].filter(function(e) { return e; });
Expand Down
8 changes: 0 additions & 8 deletions index.html

This file was deleted.

0 comments on commit c172eb9

Please sign in to comment.