Skip to content

Commit

Permalink
feature: 升级了版本
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsGoo committed May 19, 2024
1 parent c9319c6 commit 3bad68d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint:fromat": "prettier -c --parser typescript \"{packages,__tests__,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "eslint --fix --ext .js,.ts,.vue,.tsx packages/base/src packages/ui/src packages/scripts/src packages/data/src packages/designer/src examples/ docs/ resource/",
"prepare": "husky install",
"reinstall": "rimraf pnpm-lock.yaml && rimraf packages/**/node_modules && rimraf examples/node_modules && rimraf node_modules && pnpm bootstrap"
"reinstall": "rimraf pnpm-lock.yaml && rimraf packages/**/node_modules && rimraf examples/node_modules && rimraf node_modules && pnpm bootstrap",
"publish": "pnpm publish -r"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"author": "ansgoo",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down
2 changes: 1 addition & 1 deletion packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/ui",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenDataV UI基础包",
"keywords": [
"open-data-v",
Expand All @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down

0 comments on commit 3bad68d

Please sign in to comment.