Move semver dependency into app directory
This commit is contained in:
parent
9348d4d912
commit
3648554f48
2 changed files with 2 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
||||||
"install": "^0.8.7",
|
"install": "^0.8.7",
|
||||||
"jayson": "^2.0.2",
|
"jayson": "^2.0.2",
|
||||||
"npm": "^4.2.0",
|
"npm": "^4.2.0",
|
||||||
|
"semver": "^5.3.0",
|
||||||
"tree-kill": "^1.1.0"
|
"tree-kill": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,5 @@
|
||||||
"electron": "^1.4.15",
|
"electron": "^1.4.15",
|
||||||
"electron-builder": "^11.7.0"
|
"electron-builder": "^11.7.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {}
|
||||||
"semver": "^5.3.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue