Skip to content

Commit

Permalink
Update dependencies to when 1.0.4 and add npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Mar 22, 2012
1 parent 5d2a582 commit 5fbc0ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -34,10 +34,13 @@
],
"dependencies": {
"aop": "git://github.com/cujojs/aop#0.5.3",
"when": "git://github.com/cujojs/when#1.0.2"
"when": "git://github.com/cujojs/when#1.0.4"
},
"main": "./wire",
"directories": {
"test": "test"
}
},
"scripts": {
"test": "buster test -e node"
}
}

0 comments on commit 5fbc0ef

Please sign in to comment.