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

Commit

Permalink
travis: support Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 24, 2018
1 parent e92b407 commit 359eee6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,4 @@ language: node_js
node_js:
- "8"
- "10"
- "10"

This comment has been minimized.

Copy link
@kibertoad

kibertoad Oct 3, 2018

Contributor

why was the Node 10 added again?..

This comment has been minimized.

Copy link
@wdavidw

wdavidw Oct 3, 2018

Author Member

I was probably tired, thanks for pointing this out.

1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@

## Trunk

* travis: support Node.js 10
* samples: new column script
* samples: update syntax
package: improve ignore files
Expand Down
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -34,12 +34,13 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coffeescript": "~2.3.1",
"csv-generate": "~2.0.2",
"coffeescript": "~2.3.2",
"csv-generate": "~2.1.0",
"stream-stransform": "~2.0.2",
"csv-spectrum": "~1.0.0",
"each": "~1.2.0",
"mocha": "~5.2.0",
"should": "~13.2.1"
"should": "~13.2.3"
},
"optionalDependencies": {},
"main": "./lib",
Expand Down

0 comments on commit 359eee6

Please sign in to comment.