ci: publish to npm

This commit is contained in:
Luke Bennett 2021-06-13 03:40:15 +01:00
parent bf11cb681e
commit d7be012feb
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

View file

@ -3,6 +3,9 @@
"version": "0.0.0",
"description": "JS HTTP client for CCash",
"main": "./dist/cjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist"
],