Skip to content

Commit

Permalink
整理package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZhuLei committed Jun 3, 2019
1 parent 71d53bf commit 853fa6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "form-making",
"description": "基于Vue,ElementUI开发的一款表单设计器,提高表单开发效率的利器,让开发者从枯燥的表单代码编写中解放出来",
"version": "1.1.22",
"version": "1.1.23",
"author": "GavinZhulei",
"license": "MIT",
"license": "LGPL",
"keywords": [
"component",
"vue",
Expand All @@ -28,7 +28,6 @@
"axios": "^0.18.0",
"clipboard": "^2.0.1",
"element-ui": "^2.9.1",
"multiparty": "^4.2.1",
"normalize.css": "^8.0.0",
"qiniu": "^7.2.1",
"qiniu-js": "^2.5.1",
Expand All @@ -54,7 +53,6 @@
"rollup-plugin-vue": "^3.0.0",
"sass-loader": "^7.0.1",
"terser-webpack-plugin": "^1.2.4",
"uglifyjs-webpack-plugin": "^2.0.1",
"vue-template-compiler": "^2.6.5"
},
"babel": {
Expand Down
1 change: 0 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const UglifyJsPlugin = require('uglifyjs-webpack-plugin')
const TerserPlugin = require('terser-webpack-plugin')

module.exports = {
Expand Down

0 comments on commit 853fa6d

Please sign in to comment.