0.25.3-2 - add missing devDeps for tests

This commit is contained in:
Max Ogden 2015-05-10 13:55:44 -07:00
parent 009925d0fb
commit baae0583c9

View file

@ -1,6 +1,6 @@
{
"name": "electron-prebuilt",
"version": "0.25.3-1",
"version": "0.25.3-2",
"description": "Install electron (formerly called atom-shell) prebuilts using npm",
"repository": {
"type": "git",
@ -20,6 +20,8 @@
"electron-download": "^1.0.0"
},
"devDependencies": {
"home-path": "^0.1.1",
"path-exists": "^1.0.0",
"tape": "^3.0.1"
},
"author": "Mathias Buus",