Skip to content

Commit 9b85d64

Browse files
authored
Merge pull request kunalkapadia#312 from KunalKapadia/develop
Update eslint, node versions and README
2 parents 29aa707 + dc16291 commit 9b85d64

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "4.7"
4-
- "6.9"
5-
- "7.5"
3+
- "4.8"
4+
- "6.10"
5+
- "7.6"
66
services:
77
- mongodb
88
cache:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Install dependencies:
5656
yarn
5757
```
5858

59+
Set environment (vars):
60+
```sh
61+
cp .env.example .env
62+
```
63+
5964
Start server:
6065
```sh
6166
# Start server

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"main": "index.js",
77
"private": false,
88
"engines": {
9-
"node": ">=4.6.0",
10-
"npm": ">=2.15.9",
11-
"yarn": ">=0.20.0"
9+
"node": ">=4.8.0",
10+
"npm": ">=2.15.11",
11+
"yarn": ">=0.20.3"
1212
},
1313
"scripts": {
1414
"start": "gulp serve",
@@ -73,7 +73,7 @@
7373
"cross-env": "3.1.3",
7474
"cz-conventional-changelog": "1.2.0",
7575
"del": "^2.2.0",
76-
"eslint": "3.12.0",
76+
"eslint": "3.16.0",
7777
"eslint-config-airbnb-base": "7.1.0",
7878
"eslint-plugin-import": "1.16.0",
7979
"eslint-watch": "2.1.14",

0 commit comments

Comments
 (0)