From 1bea5d2e769b91a7764178b84b4726a6d31ffeac Mon Sep 17 00:00:00 2001 From: Riri Date: Tue, 2 Jan 2024 13:26:10 +0800 Subject: [PATCH] chore: release v0.0.1 --- package.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33b6767..a8e68c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "material3-style", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "packageManager": "pnpm@8.7.4", "description": "A Material 3 (Material Design) style library, including typography, color, elevation, shape and motion.", "author": "Riri ", @@ -12,7 +12,16 @@ "url": "git+https://github.com/Daydreamer-riri/material3-style.git" }, "bugs": "https://github.com/Daydreamer-riri/material3-style/issues", - "keywords": ["material3", "material design", "css", "style", "typography", "color", "elevation", "shape"], + "keywords": [ + "material3", + "material design", + "css", + "style", + "typography", + "color", + "elevation", + "shape" + ], "sideEffects": false, "types": "./dist/index.d.ts", "typesVersions": {