Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Feb 6, 2023
1 parent a6a6fc9 commit aab9006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unocss-unit-to-vw",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Convert all rem/px to vw in utils",
"author": "Elone Hoo <hi@elonehoo.me>",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp --commit --push --tag && pnpm publish",
"play":"pnpm -C playground run dev"
"play": "pnpm -C playground run dev"
},
"exports": {
".": {
Expand Down

0 comments on commit aab9006

Please sign in to comment.