From c172eb917aa560f827fee9eb6a181dbd7c185492 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau <vjeux@fb.com> Date: Fri, 15 Jul 2016 15:27:39 -0700 Subject: [PATCH] save dev and remove no longer needed index.html file --- global-cli/index.js | 2 +- index.html | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 index.html diff --git a/global-cli/index.js b/global-cli/index.js index 61a091085..2c91e75b9 100644 --- a/global-cli/index.js +++ b/global-cli/index.js @@ -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; }); diff --git a/index.html b/index.html deleted file mode 100644 index b5c64d072..000000000 --- a/index.html +++ /dev/null @@ -1,8 +0,0 @@ -<html> - <head> - <meta charset="utf-8"> - </head> - <body> - <script type="text/javascript" src="build/bundle.js" charset="utf-8"></script> - </body> -</html> -- GitLab