Skip to content

Commit

Permalink
fix:deleting a large type is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghang committed Oct 18, 2023
1 parent ef4fba5 commit 4c2b496
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-bag-admin",
"private": false,
"version": "5.0.0",
"version": "4.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,8 +15,7 @@
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish"
"publish:minor": "npm version minor && npm publish"
},
"main": "./lib/bag-admin.umd.cjs",
"exports": {
Expand Down

0 comments on commit 4c2b496

Please sign in to comment.