Skip to content

Commit

Permalink
[dist] Update dependencies and Node v10 to the travis build of the pr…
Browse files Browse the repository at this point in the history
…oject (#26)

* [dist] Add node 10 to travis build
* [dist] Update deps and dev-deps to latest version
  • Loading branch information
ChrisAlderson authored and indexzero committed Apr 26, 2018
1 parent 215b0cd commit 8db8f26
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 148 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "6"
- "8"
- "10"

before_install:
- travis_retry npm install
Expand Down
173 changes: 30 additions & 143 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -26,14 +26,14 @@
},
"homepage": "https://github.com/winstonjs/logform#readme",
"dependencies": {
"colors": "^1.2.0",
"fecha": "^2.3.2",
"colors": "^1.2.1",
"fecha": "^2.3.3",
"ms": "^2.1.1"
},
"devDependencies": {
"assume": "^2.0.0",
"assume": "^2.0.1",
"eslint-config-populist": "^4.1.0",
"mocha": "^3.5.3",
"nyc": "^11.2.1"
"mocha": "^5.1.1",
"nyc": "^11.7.1"
}
}

0 comments on commit 8db8f26

Please sign in to comment.