Skip to content

Commit ee611ec

Browse files
committed
Update test packages
1 parent 9bb0899 commit ee611ec

File tree

5 files changed

+248
-181
lines changed

5 files changed

+248
-181
lines changed

.istanbul.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
verbose: false
22
instrumentation:
3-
excludes: ['dist/**', 'coverage/**', 'gulpfile.babel.js']
3+
excludes: ['dist/**', 'coverage/**', 'index.js']
44
include-all-sources: true
55
reporting:
66
print: summary

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8.2"
3+
- "8.4"
44
services:
55
- mongodb
66
cache:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use latest node version 8.x
2-
FROM node:8
2+
FROM node:8.4.0
33

44
MAINTAINER Kunal Kapadia <[email protected]>
55

package.json

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"private": false,
88
"engines": {
9-
"node": ">=8.2.1",
9+
"node": ">=8.4.0",
1010
"npm": ">=5.3.0",
1111
"yarn": ">=0.27.5"
1212
},
@@ -61,19 +61,19 @@
6161
"winston": "2.3.0"
6262
},
6363
"devDependencies": {
64-
"chai": "^3.4.1",
64+
"chai": "4.1.0",
6565
"commitizen": "^2.9.2",
6666
"coveralls": "^2.11.6",
67-
"cross-env": "3.1.3",
67+
"cross-env": "5.0.1",
6868
"cz-conventional-changelog": "1.2.0",
6969
"eslint": "3.16.1",
7070
"eslint-config-airbnb-base": "7.1.0",
7171
"eslint-plugin-import": "1.16.0",
7272
"eslint-watch": "2.1.14",
7373
"husky": "^0.13.1",
7474
"istanbul": "1.1.0-alpha.1",
75-
"mocha": "3.2.0",
76-
"supertest": "2.0.1",
75+
"mocha": "3.4.2",
76+
"supertest": "3.0.0",
7777
"supertest-as-promised": "4.0.2",
7878
"validate-commit-msg": "^2.6.1"
7979
},
@@ -82,14 +82,5 @@
8282
"commitizen": {
8383
"path": "./node_modules/cz-conventional-changelog"
8484
}
85-
},
86-
"babel": {
87-
"presets": [
88-
"es2015",
89-
"stage-2"
90-
],
91-
"plugins": [
92-
"add-module-exports"
93-
]
9485
}
9586
}

0 commit comments

Comments
 (0)