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

Commit 4576b3c

Browse files
m4rk3rikreymer
authored andcommitted
V1.6.2 (#75)
* Update electron to latest, bump webrecorder submodule to include Rhizome-Conifer/conifer#656
1 parent c7844aa commit 4576b3c

File tree

4 files changed

+508
-361
lines changed

4 files changed

+508
-361
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webrecorder-player",
33
"productName": "Webrecorder Player",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"description": "Webrecorder Player -- Standalone Web Archive Browser App",
66
"main": "./main.prod.js",
77
"scripts": {

package.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webrecorderplayer",
33
"productName": "Webrecorder Player",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"description": "Webrecorder Player -- Standalone Web Archive Browser App",
66
"scripts": {
77
"build": "concurrently \"npm run build-main\" \"npm run build-frontend\"",
@@ -63,10 +63,17 @@
6363
"output": "dist"
6464
},
6565
"fileAssociations": [
66-
{"ext": ["warc", "arc", "har", "warc.gz", "arc.gz"],
67-
"name": "Web Archives",
68-
"description": "Web Archives",
69-
"role": "Viewer"
66+
{
67+
"ext": [
68+
"warc",
69+
"arc",
70+
"har",
71+
"warc.gz",
72+
"arc.gz"
73+
],
74+
"name": "Web Archives",
75+
"description": "Web Archives",
76+
"role": "Viewer"
7077
}
7178
]
7279
},
@@ -78,20 +85,20 @@
7885
"babel-preset-stage-0": "^6.24.1",
7986
"babel-register": "^6.24.1",
8087
"babili-webpack-plugin": "^0.1.2",
81-
"concurrently": "^3.5.0",
82-
"cross-env": "^5.1.1",
83-
"dat-node": "^3.5.11",
84-
"electron": "^1.6.11",
85-
"electron-builder": "^19.13.0",
86-
"electron-debug": "^1.4.0",
87-
"electron-devtools-installer": "^2.2.1",
88-
"electron-publisher-s3": "^19.15.0",
89-
"electron-window-state": "^4.1.1",
90-
"node-sass": "^4.9.3",
88+
"concurrently": "^4.1.0",
89+
"cross-env": "^5.2.0",
90+
"dat-node": "^3.5.13",
91+
"electron": "^3.0.10",
92+
"electron-builder": "^20.38.1",
93+
"electron-debug": "^2.0.0",
94+
"electron-devtools-installer": "^2.2.4",
95+
"electron-publisher-s3": "^20.17.2",
96+
"electron-window-state": "^5.0.3",
97+
"node-sass": "^4.10.0",
9198
"webpack": "3.10.0"
9299
},
93100
"devEngines": {
94-
"node": ">=7.x",
101+
"node": ">==8.12.0",
95102
"npm": ">=4.x",
96103
"yarn": ">=0.21.3"
97104
}

webrecorder

0 commit comments

Comments
 (0)