Moved "file-uri-to-path" dep to app package.json (#569)

This commit is contained in:
Lorenzo Zottar 2016-08-05 11:03:49 +02:00 committed by James Hall
parent 9d65cb74c0
commit 3dd8eadc90
2 changed files with 1 additions and 1 deletions

View file

@ -15,6 +15,7 @@
"default-shell": "1.0.1", "default-shell": "1.0.1",
"electron-config": "0.2.1", "electron-config": "0.2.1",
"electron-is-dev": "0.1.1", "electron-is-dev": "0.1.1",
"file-uri-to-path": "0.0.2",
"gaze": "1.1.0", "gaze": "1.1.0",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"ms": "0.7.1", "ms": "0.7.1",

View file

@ -14,7 +14,6 @@
"aphrodite-simple": "0.4.1", "aphrodite-simple": "0.4.1",
"color": "0.11.3", "color": "0.11.3",
"electron-mocha": "^3.0.0", "electron-mocha": "^3.0.0",
"file-uri-to-path": "0.0.2",
"hterm-umdjs": "1.1.3", "hterm-umdjs": "1.1.3",
"json-loader": "0.5.4", "json-loader": "0.5.4",
"mocha": "^3.0.0", "mocha": "^3.0.0",