diff --git a/package.json b/package.json index 67625d4..9a92cf1 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "monorepo", + "version": "0.0.1", "private": true, "type": "module", - "version": "0.4.5", - "author": "Ayo", + "author": "Ayo Ayco", "scripts": { "dev": "cd demo && npm run dev", "prepare": "husky", diff --git a/package/package.json b/package/package.json index 0a03f8e..a9a3091 100644 --- a/package/package.json +++ b/package/package.json @@ -1,5 +1,6 @@ { "name": "@ayco/astro-resume", + "version": "0.4.6", "author": "Ayo Ayco", "homepage": "https://ayco.io/n/astro-resume", "repository": { @@ -7,7 +8,6 @@ "url": "https://github.com/ayo-run/astro-resume" }, "type": "module", - "version": "0.4.6", "keywords": [ "astro-component", "css", @@ -28,5 +28,4 @@ "peerDependencies": { "astro": "^6" } - }