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

Commit

Permalink
Bump node to 8.9 and remove yarn (#910)
Browse files Browse the repository at this point in the history
* Bump node to 8.9 and remove yarn

* template yarn
  • Loading branch information
mmahalwy committed Dec 17, 2017
1 parent 492871e commit e82cadd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13,799 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ _why the change and what has changed_

- [ ] Unit tests written
- [ ] Manually tested
- [ ] New dependencies were added with `yarn`
- [ ] Prettier & ESLint were run
- [ ] New dependencies are included in `package-lock.json`

### Screenshot
_insert screenshot if needed_
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
8.9.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:6.3
FROM node:8.9

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 @@ -47,7 +47,7 @@
]
},
"engines": {
"node": ">= 6.3.0"
"node": ">= 8.9.1"
},
"dependencies": {
"app-module-path": "1.0.2",
Expand Down
Loading

0 comments on commit e82cadd

Please sign in to comment.