Hopefully make the build work on Windows

This commit is contained in:
SteveSandersonMS
2016-05-02 12:28:04 -07:00
parent 7d193108df
commit 323711fc24
7 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"main": "./dist/Exports",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsd install && ./node_modules/.bin/tsc && node build.js"
"prepublish": "tsd install && node_modules/.bin/tsc && node build.js"
},
"repository": {
"type": "git",