Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit 78e32fa

Browse files
committed
package change
1 parent 8255678 commit 78e32fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inbrief",
3-
"version": "2.0.0-alpha.11",
3+
"version": "2.0.0-alpha.13",
44
"author": "John Jones <johnjones4@gmail.com>",
55
"description": " InBrief is a personal briefing app and dashboard.",
66
"private": true,
@@ -18,7 +18,6 @@
1818
"css-loader": "0.28.7",
1919
"dotenv": "4.0.0",
2020
"electron": "^1.7.10",
21-
"electron-builder": "^19.49.0",
2221
"electron-oauth2": "^3.0.0",
2322
"electron-settings": "^3.1.4",
2423
"electron-updater": "^2.18.2",
@@ -77,6 +76,9 @@
7776
"webpack-manifest-plugin": "1.3.2",
7877
"whatwg-fetch": "2.0.3"
7978
},
79+
"devDependencies": {
80+
"electron-builder": "^19.49.0"
81+
},
8082
"scripts": {
8183
"start": "node scripts/start.js",
8284
"build": "node scripts/build.js",

0 commit comments

Comments
 (0)