You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/03/04 01:36:20 UTC

[42/50] cordova-paramedic git commit: add some hinting

add some hinting


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

Branch: refs/heads/master
Commit: faa4eed677f2219cba77c847759485c0612aa992
Parents: cbdd3c7
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Apr 9 17:39:49 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Apr 9 17:39:49 2015 -0700

----------------------------------------------------------------------
 package.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/faa4eed6/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2984806..f6fa9ac 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
     "url": "git://github.com/purplecabbage/cordova-paramedic.git"
   },
   "scripts": {
-    "test":"npm run test-ios",
+    "test":"npm run jshint & npm run test-ios",
+    "jshint":"node node_modules/jshint/bin/jshint *.js",
     "test-appveyor":"npm run test-windows",
     "test-travis":"npm run test-ios",
     "test-android":"node main.js --platform android --plugin ./spec/testable-plugin/",
@@ -33,5 +34,9 @@
     "request": "^2.53.0",
     "shelljs": "~0.3.0",
     "tmp": "0.0.25"
+  },
+  "devDependencies": {
+        "jasmine-node": "~1",
+        "jshint": "^2.6.0"
   }
 }


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