change of npm test script so it works on windows
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/05f52ab4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/05f52ab4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/05f52ab4 Branch: refs/heads/master Commit: 05f52ab40e9928d44de3be4ca97eb01163f58eb2 Parents: b356f59 Author: Fil Maj <[email protected]> Authored: Fri May 17 15:10:27 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Fri May 17 16:46:01 2013 -0700 ---------------------------------------------------------------------- package.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/05f52ab4/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 67edc8d..5a9e9b9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "bin" : { "plugman" : "./main.js" }, "scripts": { - "test": "./node_modules/jasmine-node/bin/jasmine-node --color spec" + "test": "node node_modules/jasmine-node/bin/jasmine-node --color spec" }, "contributors":[ {
