mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 20:37:09 +11:00
ci: publish to npm
This commit is contained in:
parent
bf11cb681e
commit
d7be012feb
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "JS HTTP client for CCash",
|
"description": "JS HTTP client for CCash",
|
||||||
"main": "./dist/cjs",
|
"main": "./dist/cjs",
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://registry.npmjs.org/"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue