Skip to content

Commit 46108ae

Browse files
committed
chore: release v0.0.2
1 parent 47ca404 commit 46108ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-define",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "One utility function for module authors to define compiler constants for all builders supported by Nuxt.",
55
"type": "module",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
],
3131
"scripts": {
3232
"build": "tsdown",
33-
"release": "pnpm run bumpp && pnpm publish"
33+
"release": "pnpm bumpp && pnpm publish"
3434
},
3535
"packageManager": "[email protected]",
3636
"devDependencies": {

0 commit comments

Comments
 (0)