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
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js: node_js:
- 6 - 6
- 8 - 8
- 7 - 10


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

0 comments on commit 7419039

Please sign in to comment.