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