Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmh committed Aug 21, 2014
1 parent cd94b41 commit 81263b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

### HEAD
* Update dependencies
* Add `mismatchTolerance`as option
* Add `waitTimeout` as option

### v0.3.1
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"jit-grunt": "^0.7.0",
"jit-grunt": "^0.8.0",
"path": "^0.4.9",
"time-grunt": "^0.4.0"
},
"dependencies": {
"bower": "^1.3.8",
"bower": "^1.3.9",
"temporary": "0.0.8",
"phantomjs": "^1.9.7-14"
"phantomjs": "^1.9.7-15"
},
"peerDependencies": {
"phantomjs": "1.9.7-14"
Expand Down

0 comments on commit 81263b6

Please sign in to comment.