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", "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",