1
0
Fork 0

fix(build): publish npm packages to npmjs.org

This commit is contained in:
ssube 2019-11-01 05:57:39 -05:00
parent 63b6e48cc7
commit b9819b8efa
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,8 @@
"test": "test"
},
"scripts": {
"test": "out/harness.js"
"build": "make",
"test": "make test"
},
"author": "ssube",
"license": "MIT",
@ -80,5 +81,8 @@
},
"resolutions": {
"lodash": "4.17.15"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}