Skip to content

Commit

Permalink
perf: update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 4, 2020
1 parent 44bae78 commit 336300a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "element-pro-crud",
"version": "0.1.6",
"version": "0.2.0",
"main": "lib/ProCrud.umd.min.js",
"files": [
"lib",
"src",
"packages",
"types"
],
"typings": "types/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function resolve(dir) {
return path.join(__dirname, dir);
}
module.exports = {
productionSourceMap: false,
// 将 examples 目录添加为新的页面
pages: {
index: {
Expand Down

0 comments on commit 336300a

Please sign in to comment.