mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-11 19:35:29 +00:00
Hopefully make the build work on Windows
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user