Skip to content

Commit 3f83f72

Browse files
committed
Merge pull request observing#54 from fhemberger/fix/dependencies
Update dependencies
2 parents 683221f + 53ec6e9 commit 3f83f72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"cross-spawn": "2.0.x",
34-
"which": "1.1.x"
34+
"which": "1.2.x"
3535
},
3636
"devDependencies": {
37-
"assume": "1.2.x",
38-
"istanbul": "0.3.x",
39-
"mocha": "2.2.x",
37+
"assume": "1.3.x",
38+
"istanbul": "0.4.x",
39+
"mocha": "2.3.x",
4040
"pre-commit": "git://github.com/observing/pre-commit.git"
4141
}
4242
}

0 commit comments

Comments
 (0)