Skip to content

Commit

Permalink
Used shorthand to call vows in package.json test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankirkman committed Aug 18, 2012
1 parent 9264893 commit fe4aeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

"scripts": {
"build": "./build/build.js",
"test": "./node_modules/vows/bin/vows"
"test": "vows"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit fe4aeec

Please sign in to comment.