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 e2dbf1f commit 53475ccCopy full SHA for 53475cc
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@uni-helper/axios-adapter",
3
"type": "module",
4
- "version": "0.0.5",
+ "version": "0.0.6",
5
"license": "MIT",
6
"packageManager": "pnpm@7.12.0",
7
"description": "The Axios adapter for uniapp",
@@ -39,7 +39,7 @@
39
"dev": "tsup --watch",
40
"play": "nr -C playground dev:h5",
41
"prepublishOnly": "nr build",
42
- "release": "bumpp && npm publish --access public",
+ "release": "bumpp",
43
"test": "vitest",
44
"typecheck": "tsc --noEmit"
45
},
0 commit comments