We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7443625 commit a109783Copy full SHA for a109783
.github/workflows/releases.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pnpm run test
38
39
- name: Config npm
40
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > dist/.npmrc
41
env:
42
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43
package.json
@@ -36,6 +36,16 @@
36
"import": "./index.js"
}
},
+ "files": [
+ "core",
+ "utils",
+ "package.json",
+ "README.md",
44
+ "README.ZH-CN.md",
45
+ "index.js",
46
+ "index.cjs",
47
+ "index.d.ts"
48
+ ],
49
"typesVersions": {
50
"*": {
51
"*": [
0 commit comments