Skip to content

Commit

Permalink
Remove buster version
Browse files Browse the repository at this point in the history
When buster revs to the next version older versions break, might as
well stay on the bleeding edge.
  • Loading branch information
scothis committed Jun 25, 2012
1 parent 1b61961 commit 2e43f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -30,12 +30,12 @@
"dojo": "https://github.com/dojo/dojo/tarball/1.7.2",
"poly": "https://github.com/cujojs/poly/tarball/0.4",
"wire": "https://github.com/cujojs/wire/tarball/0.8.0",
"buster": "~0.5",
"buster": "",
"jshint": ""
},
"main": "./rest",
"scripts": {
"test": "jshint client dojo interceptor mime test util *.js && buster test -e node --color none --reporter specification",
"static": "buster static"
"browser": "buster static -e browser"
}
}

0 comments on commit 2e43f5a

Please sign in to comment.