1
0
Fork 0

fix(build): publish to npm central

This commit is contained in:
ssube 2020-08-22 08:52:51 -05:00
parent 8f56a4dfdc
commit 51ba7bae52
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 11 additions and 4 deletions

View File

@ -1,19 +1,22 @@
.awcache/
.github/
.nyc_output/
.vscode/
config/
deploy/
node_modules/
out/*.db
out/*.html
out/*.json
out/cache/
out/coverage/
out/coverage-*
out/docs/
out/typings/
out/*.db
out/*.html
out/*.json
out/src/
out/test/
out/test-*
out/typings/
out/tmp/
scripts/
src/
@ -23,6 +26,7 @@ vendor/
.codeclimate.yml
.dockerignore
.eslintignore
.gitlab-ci.yml
.gitmodules
.mdlrc

View File

@ -95,5 +95,8 @@
},
"dependencies": {
"node-fetch": "^2.6.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}