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

Commit

Permalink
Bump Electron to v1.3.4 and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
msokk committed Sep 1, 2016
1 parent 78df426 commit 56ca3f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM buildpack-deps:jessie-curl
MAINTAINER Mihkel Sokk <[email protected]>

ENV RENDERER_ACCESS_KEY=changeme CONCURRENCY=1 WINDOW_WIDTH=1024 WINDOW_HEIGHT=768 NODE_ENV=production \
ELECTRON_VERSION=1.3.2 ELECTRON_ENABLE_STACK_DUMPING=true ELECTRON_ENABLE_LOGGING=true
ELECTRON_VERSION=1.3.4 ELECTRON_ENABLE_STACK_DUMPING=true ELECTRON_ENABLE_LOGGING=true

WORKDIR /app
EXPOSE 3000
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
},
"dependencies": {
"async": "^2.0.1",
"electron": "^1.3.2",
"electron": "^1.3.4",
"express": "^4.14.0",
"express-validator": "^2.20.8",
"morgan": "^1.7.0",
"response-time": "^2.3.1",
"retry": "^0.9.0"
"retry": "^0.10.0"
},
"devDependencies": {
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"mocha": "^3.0.1",
"eslint": "^3.4.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.14.0",
"mocha": "^3.0.2",
"supertest": "^2.0.0"
}
}

0 comments on commit 56ca3f9

Please sign in to comment.