Skip to content

Commit

Permalink
Merge pull request #12 from ratherblue/fix-mocha
Browse files Browse the repository at this point in the history
change npm versions for travis
  • Loading branch information
ratherblue committed May 1, 2019
2 parents 7526fd6 + ff662e2 commit 328e8c8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 29 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "iojs"

- 10.14.2

after_script:
- npm run coveralls
Expand Down
59 changes: 43 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hairballs",
"version": "0.3.0",
"version": "0.3.1",
"description": "Shared utilities for Lint Reporters",
"keywords": [
"eslint",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/ratherblue/hairballs",
"dependencies": {
"handlebars": "4.1.2 "
"handlebars": "4.1.2"
},
"devDependencies": {
"chai": "3.5.0",
Expand Down

0 comments on commit 328e8c8

Please sign in to comment.