Skip to content

Commit

Permalink
Merge pull request #29 from BigstickCarpet/v1.0.0
Browse files Browse the repository at this point in the history
v1.0.0 (attempt #2)
  • Loading branch information
keithamus authored Oct 26, 2016
2 parents ab3744f + 20a123c commit 40db3d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: node_js
node_js:
- '7'
- '6'
- '5'
- '4'
- '0.12'
- '0.11'
- '0.10'
deploy:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-mocha-test": "^0.13.2",
"jshint-path-reporter": "~0.1",
"mkdirp": "^0.5.0",
"mocha": "^3.0.2",
Expand All @@ -62,6 +62,6 @@
"underscore": "^1.8.3"
},
"peerDependencies": {
"chai": ">= 1.6.1 < 4"
"chai": ">= 1.6.1 < 5"
}
}

0 comments on commit 40db3d9

Please sign in to comment.