Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nigiwen committed May 8, 2024
1 parent 4b511a5 commit 689a14f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand All @@ -17,7 +17,6 @@
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"shiki": "^1.3.0",
"unocss": "^0.59.4",
"vitepress": "^1.1.3"
}
}
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nigi-element-plus",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "This is a formily element plus framework",
"author": "Nigi Wen <[email protected]>",
Expand All @@ -16,7 +16,12 @@
"docs"
],
"bugs": "https://github.com/wen403/nigi-element-plus/issues",
"keywords": [],
"keywords": [
"vue3",
"element-plus",
"formily",
"form"
],
"sideEffects": false,
"exports": {
".": {
Expand All @@ -40,12 +45,11 @@
"dist"
],
"scripts": {
"build": "pnpm run docs:build & unbuild",
"build": "pnpm run docs:build",
"dev": "unbuild --stub",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"prepublishOnly": "nr build",
"release": "bumpp && pnpm publish",
"release": "bumpp -r",
"test": "vitest",
"typecheck": "tsc --noEmit",
"docs": "pnpm -C docs run dev",
Expand Down Expand Up @@ -76,6 +80,7 @@
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.9",
Expand Down

0 comments on commit 689a14f

Please sign in to comment.