Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Bump node version (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahalwy authored Aug 8, 2016
1 parent dda7f09 commit 33396b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:5.10.0
FROM node:6.3

ENV NODE_ENV production
ENV API_URL http://api.quran.com:3000
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"analyze:json": "webpack-bundle-size-analyzer bundle-stats.json"
},
"engines": {
"node": ">= 5.1.0"
"node": ">= 6.3.0"
},
"dependencies": {
"app-module-path": "^1.0.2",
Expand Down

0 comments on commit 33396b5

Please sign in to comment.