mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 04:17:09 +11:00
ci: remove missing needs
This commit is contained in:
parent
4498e04e31
commit
203f4a6cf1
3 changed files with 2 additions and 3 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
|
@ -6,7 +6,6 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "ccash-client-js",
|
||||
"version": "1.2.0",
|
||||
"description": "JS HTTP client for CCash",
|
||||
"main": "./dist/cjs",
|
||||
"main": "./dist",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/cjs",
|
||||
"outDir": "./dist",
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue