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

Commit 81263b6

Browse files
committed
Update dependencies
1 parent cd94b41 commit 81263b6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

33
### HEAD
4+
* Update dependencies
5+
* Add `mismatchTolerance`as option
46
* Add `waitTimeout` as option
57

68
### v0.3.1

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
},
4848
"devDependencies": {
4949
"grunt": "^0.4.5",
50-
"grunt-contrib-clean": "^0.5.0",
50+
"grunt-contrib-clean": "^0.6.0",
5151
"grunt-contrib-jshint": "^0.10.0",
5252
"grunt-contrib-nodeunit": "^0.4.1",
53-
"jit-grunt": "^0.7.0",
53+
"jit-grunt": "^0.8.0",
5454
"path": "^0.4.9",
5555
"time-grunt": "^0.4.0"
5656
},
5757
"dependencies": {
58-
"bower": "^1.3.8",
58+
"bower": "^1.3.9",
5959
"temporary": "0.0.8",
60-
"phantomjs": "^1.9.7-14"
60+
"phantomjs": "^1.9.7-15"
6161
},
6262
"peerDependencies": {
6363
"phantomjs": "1.9.7-14"

0 commit comments

Comments
 (0)