Skip to content

Commit

Permalink
chore: update element-pro-crud version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 4, 2020
1 parent 3782a04 commit 1713fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"element-pro-crud": "^0.1.2",
"element-pro-crud": "0.1.6",
"element-ui": "^2.13.2",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
Expand Down
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ module.exports = {
'/axios@0.19.2/dist/axios.min.js',
'/lodash@4.17.14/lodash.min.js',
'/core-js@2.6.5/client/shim.min.js',
'/element-pro-crud@0.1.2/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.1.2/lib/ProCrud.css',
'/element-pro-crud@0.1.6/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.1.6/lib/ProCrud.css',
],
append: false,
publicPath: 'https://cdn.jsdelivr.net/npm',
Expand Down

0 comments on commit 1713fc4

Please sign in to comment.