save dev and remove no longer needed index.html file

This commit is contained in:
Christopher Chedeau
2016-07-15 15:27:39 -07:00
parent 6987b80937
commit c172eb917a
2 changed files with 1 additions and 9 deletions

View File

@@ -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; });

View File

@@ -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>