You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2015/02/02 17:50:25 UTC

[4/4] cordova-lib git commit: CB-6973 add spec-plugman to npm run jshint

CB-6973 add spec-plugman to npm run jshint

github: close #157


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/508afe62
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/508afe62
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/508afe62

Branch: refs/heads/master
Commit: 508afe623ed693d24e455f7242be9fcea4949d43
Parents: 3539135
Author: Murat Sutunc <su...@gmail.com>
Authored: Mon Feb 2 00:00:52 2015 -0800
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Mon Feb 2 11:49:30 2015 -0500

----------------------------------------------------------------------
 cordova-lib/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/508afe62/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 300da39..357176b 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -49,7 +49,7 @@
   },
   "scripts": {
     "test": "npm run jshint && npm run jasmine",
-    "jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec-cordova",
+    "jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec-cordova && node node_modules/jshint/bin/jshint spec-plugman",
     "jasmine": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec-plugman spec-cordova",
     "cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec-cordova spec-plugman"
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org