Move bdedit to devdeps
This commit is contained in:
parent
d3db696616
commit
e60f765a50
|
@ -17,7 +17,6 @@
|
|||
"private": false,
|
||||
"dependencies": {
|
||||
"asar": "^0.14.6",
|
||||
"bdedit": "github:JsSucks/bdedit",
|
||||
"csp-parse": "github:macropodhq/csp-parse",
|
||||
"deepmerge": "^2.2.1",
|
||||
"fs-extra": "^7.0.0",
|
||||
|
@ -72,7 +71,8 @@
|
|||
"vue-loader": "^13.7.2",
|
||||
"vue-material-design-icons": "^1.6.0",
|
||||
"vue-template-compiler": "^2.5.17",
|
||||
"webpack": "^3.12.0"
|
||||
"webpack": "^3.12.0",
|
||||
"bdedit": "github:JsSucks/bdedit"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "node scripts/install.js",
|
||||
|
|
Loading…
Reference in New Issue