0.25.3-2 - add missing devDeps for tests
This commit is contained in:
parent
009925d0fb
commit
baae0583c9
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-prebuilt",
|
"name": "electron-prebuilt",
|
||||||
"version": "0.25.3-1",
|
"version": "0.25.3-2",
|
||||||
"description": "Install electron (formerly called atom-shell) prebuilts using npm",
|
"description": "Install electron (formerly called atom-shell) prebuilts using npm",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -20,6 +20,8 @@
|
||||||
"electron-download": "^1.0.0"
|
"electron-download": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"home-path": "^0.1.1",
|
||||||
|
"path-exists": "^1.0.0",
|
||||||
"tape": "^3.0.1"
|
"tape": "^3.0.1"
|
||||||
},
|
},
|
||||||
"author": "Mathias Buus",
|
"author": "Mathias Buus",
|
||||||
|
|
Loading…
Reference in a new issue