Skip to content

Commit 853fa6d

Browse files
committed
整理package.json
1 parent 71d53bf commit 853fa6d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "form-making",
33
"description": "基于Vue,ElementUI开发的一款表单设计器,提高表单开发效率的利器,让开发者从枯燥的表单代码编写中解放出来",
4-
"version": "1.1.22",
4+
"version": "1.1.23",
55
"author": "GavinZhulei",
6-
"license": "MIT",
6+
"license": "LGPL",
77
"keywords": [
88
"component",
99
"vue",
@@ -28,7 +28,6 @@
2828
"axios": "^0.18.0",
2929
"clipboard": "^2.0.1",
3030
"element-ui": "^2.9.1",
31-
"multiparty": "^4.2.1",
3231
"normalize.css": "^8.0.0",
3332
"qiniu": "^7.2.1",
3433
"qiniu-js": "^2.5.1",
@@ -54,7 +53,6 @@
5453
"rollup-plugin-vue": "^3.0.0",
5554
"sass-loader": "^7.0.1",
5655
"terser-webpack-plugin": "^1.2.4",
57-
"uglifyjs-webpack-plugin": "^2.0.1",
5856
"vue-template-compiler": "^2.6.5"
5957
},
6058
"babel": {

vue.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const UglifyJsPlugin = require('uglifyjs-webpack-plugin')
21
const TerserPlugin = require('terser-webpack-plugin')
32

43
module.exports = {

0 commit comments

Comments
 (0)