update package.json

This commit is contained in:
jiaming743 2019-07-03 18:33:57 +08:00
parent 23e19af8b9
commit ee62dae22c
1 changed files with 3 additions and 5 deletions

View File

@ -3,12 +3,14 @@
"version": "2.2.0",
"author": "JiaMing <743192023@qq.com>",
"description": "Vue Large screen data display component library",
"main": "index.js",
"main": "/lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jiaming743/DataV.git"
},
"scripts": {
"compile": "node publish.js",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
@ -20,10 +22,6 @@
"chart",
"dataview"
],
"devDependencies": {
"less": "^3.9.0",
"less-loader": "^4.1.0"
},
"dependencies": {
"@jiaminghi/charts": "*"
},