Skip to content

Commit

Permalink
Trying again to fix travis buster problem
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Jun 29, 2012
1 parent e6cf95a commit 81615b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -29,11 +29,11 @@
"devDependencies": {
"buster": "~0.6"
},
"main": "./when",
"main": "when",
"directories": {
"test": "test"
},
"scripts": {
"test": "buster test -e node"
"test": "./node_modules/buster/bin/buster-test -e node"
}
}

0 comments on commit 81615b5

Please sign in to comment.