Skip to content

Commit

Permalink
fix(npm install for Windows): #185
Browse files Browse the repository at this point in the history
  • Loading branch information
barbatus committed Mar 22, 2016
1 parent 17845a1 commit 6660ca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions install.js
@@ -0,0 +1,3 @@
var fs = require('fs.extra');

fs.copyRecursive('./build', './', function(err) {});
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"scripts": {
"start": "./build.sh",
"install": "mv ./build/* ./"
"install": "node install.js"
},
"dependencies": {
"ejson": ">=2.1.2"
Expand All @@ -32,6 +32,7 @@
"ts-loader": "^0.8.0",
"typescript": "^1.7.5",
"webpack": "^1.12.12",
"typings": "^0.7.7"
"typings": "^0.7.7",
"fs.extra": "^1.3.2"
}
}

0 comments on commit 6660ca3

Please sign in to comment.