Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayacco committed Sep 16, 2020
1 parent 29f335c commit 26f6bb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "xcrud",
"version": "0.3.19",
"version": "0.4.0",
"description": "A simplified crud component based on element-ui & Vue",
"main": "dist/xcrud.umd.min.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev vuepress dev docs",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --inline-vue --entry package/index.js",
"lint": "vue-cli-service lint",
"prepublish": "yarn build",
"docs:build": "cross-env NODE_ENV=production vuepress build docs&&echo 1 > ./docs/.vuepress/dist/.nojekyll",
"bump-version": "cd ./docs && node -e 'require(\"./.vuepress/lib/versioning.js\").generate()'"
},
Expand Down Expand Up @@ -40,8 +41,8 @@
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-plugin-eslint": "^4.5.0",
"@vue/cli-service": "^4.5.0",
"babel-eslint": "^10.1.0",
"async-validator": "1.11.5",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"eslint": "^6.7.2",
Expand Down

0 comments on commit 26f6bb3

Please sign in to comment.