Skip to content

Commit

Permalink
[dist] Small update to package.json. Update node versions in package.…
Browse files Browse the repository at this point in the history
…json manifests used in fixtures.tar
  • Loading branch information
indexzero committed May 25, 2011
1 parent bf2fbd0 commit c3427af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"pretest": "echo installing fixtures...; tar -xf test/fixtures.tar -C test/ ; echo Done.",
"test": "vows test/*-test.js",
"test": "vows test/*-test.js --spec",
"posttest": "echo uninstalling fixtures...; rm -rf test/fixtures/ ; echo Done."
}
}
Binary file modified test/fixtures.tar
Binary file not shown.

0 comments on commit c3427af

Please sign in to comment.