You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/05/18 00:10:33 UTC

[2/2] git commit: change of npm test script so it works on windows

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/3090350a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/3090350a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/3090350a

Branch: refs/heads/wp
Commit: 3090350a1636f984eddc0294b6da13720c813fe4
Parents: a2f890f
Author: Fil Maj <ma...@gmail.com>
Authored: Fri May 17 15:10:27 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri May 17 15:10:27 2013 -0700

----------------------------------------------------------------------
 package.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3090350a/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":[
     {