Skip to content

Commit

Permalink
Update some deps and node versions for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
af committed May 11, 2018
1 parent bf660a9 commit 7419039
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- 6
- 8
- 7
- 10

script:
- npm run lint
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"validation"
],
"devDependencies": {
"eslint": "4.5.0",
"eslint-plugin-prettier": "2.2.0",
"eslint": "4.19.1",
"eslint-plugin-prettier": "2.6.0",
"husky": "0.14.3",
"lint-staged": "4.0.4",
"nyc": "11.1.0",
"lint-staged": "7.1.0",
"nyc": "11.7.3",
"painless": "0.9.5",
"prettier": "1.5.3",
"typescript": "2.4.2",
"typescript-definition-tester": "0.0.5"
"prettier": "1.12.1",
"typescript": "2.8.3",
"typescript-definition-tester": "0.0.6"
},
"author": "Aaron Franks",
"license": "MIT",
"dependencies": {
"chalk": "2.1.0",
"chalk": "2.4.1",
"dotenv": "4.0.0",
"meant": "1.0.0",
"meant": "1.0.1",
"validator": "9.4.1"
},
"typings": "envalid.d.ts",
Expand Down

0 comments on commit 7419039

Please sign in to comment.