Skip to content

Commit b4143e1

Browse files
committed
Upgrade node version to try and fix the travis build / added myself as a contributor because hey why not?
1 parent b058c2d commit b4143e1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.9.4
1+
6.9.11

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: node_js
2+
node_js:
3+
- "8"
24
deploy:
35
- provider: npm
46

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@
3535
"increment",
3636
"webpack-plugin"
3737
],
38+
"engines": {
39+
"node": ">=6.11.5"
40+
},
3841
"author": "Piotr Oleś <[email protected]>",
42+
"contributors": [
43+
"Piotr Oleś <[email protected]> (https://github.com/piotr-oles)",
44+
"John Reilly <[email protected]> (https://blog.johnnyreilly.com)"
45+
],
3946
"license": "MIT",
4047
"bugs": {
4148
"url": "https://github.com/Realytics/fork-ts-checker-webpack-plugin/issues"

0 commit comments

Comments
 (0)