From aab90067cc6941adae87b04d7a0ef248f2c439e9 Mon Sep 17 00:00:00 2001 From: elonehoo Date: Mon, 6 Feb 2023 17:36:14 +0800 Subject: [PATCH] chore: release v0.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 973ed7e..373c691 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", @@ -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": { ".": {