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 16b45b9 commit a3e9597Copy full SHA for a3e9597
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "tinyspy",
3
- "version": "2.1.1",
+ "version": "2.2.0",
4
"type": "module",
5
"packageManager": "[email protected]",
6
"scripts": {
7
"dev": "tsup --watch",
8
"build": "tsup",
9
"prepare": "husky install",
10
- "release": "bumpp package.json --commit --push --tag && tsup && clean-publish",
11
- "test": "vitest --no-threads"
+ "publish-test": "clean-publish --without-publish",
+ "release": "node ./tools/clean-banner.js && bumpp package.json --commit --push --tag && tsup && clean-publish && node ./tools/return-banner.js",
12
+ "test": "vitest --single-thread"
13
},
14
"main": "./dist/index.cjs",
15
"module": "./dist/index.js",
0 commit comments