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

V1.6.2 #75

Merged
merged 4 commits into from
Dec 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webrecorder-player",
"productName": "Webrecorder Player",
"version": "1.6.1",
"version": "1.6.2",
"description": "Webrecorder Player -- Standalone Web Archive Browser App",
"main": "./main.prod.js",
"scripts": {
Expand Down
39 changes: 23 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webrecorderplayer",
"productName": "Webrecorder Player",
"version": "1.6.1",
"version": "1.6.2",
"description": "Webrecorder Player -- Standalone Web Archive Browser App",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-frontend\"",
Expand Down Expand Up @@ -63,10 +63,17 @@
"output": "dist"
},
"fileAssociations": [
{"ext": ["warc", "arc", "har", "warc.gz", "arc.gz"],
"name": "Web Archives",
"description": "Web Archives",
"role": "Viewer"
{
"ext": [
"warc",
"arc",
"har",
"warc.gz",
"arc.gz"
],
"name": "Web Archives",
"description": "Web Archives",
"role": "Viewer"
}
]
},
Expand All @@ -78,20 +85,20 @@
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"concurrently": "^3.5.0",
"cross-env": "^5.1.1",
"dat-node": "^3.5.11",
"electron": "^1.6.11",
"electron-builder": "^19.13.0",
"electron-debug": "^1.4.0",
"electron-devtools-installer": "^2.2.1",
"electron-publisher-s3": "^19.15.0",
"electron-window-state": "^4.1.1",
"node-sass": "^4.9.3",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"dat-node": "^3.5.13",
"electron": "^3.0.10",
"electron-builder": "^20.38.1",
"electron-debug": "^2.0.0",
"electron-devtools-installer": "^2.2.4",
"electron-publisher-s3": "^20.17.2",
"electron-window-state": "^5.0.3",
"node-sass": "^4.10.0",
"webpack": "3.10.0"
},
"devEngines": {
"node": ">=7.x",
"node": ">==8.12.0",
"npm": ">=4.x",
"yarn": ">=0.21.3"
}
Expand Down
2 changes: 1 addition & 1 deletion webrecorder
Loading