Skip to content

Commit

Permalink
Update unexpected to 9.0.0 and accept the 9-series as a peer dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 4, 2015
1 parent 821c7a8 commit 829937d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"main": "lib/unexpectedStream.js",
"dependencies": {},
"peerDependencies": {
"unexpected": "7 || 8"
"unexpected": "7 || 8 || 9"
},
"devDependencies": {
"coveralls": "2.11.2",
"istanbul": "0.3.13",
"jshint": "2.6.3",
"mocha": "2.2.5",
"unexpected": "8.5.0"
"unexpected": "9.0.0"
},
"scripts": {
"lint": "jshint .",
Expand Down

0 comments on commit 829937d

Please sign in to comment.