Update JSHint to 2.5.0.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 2 Apr 2014 06:43:40 +0000 (09:43 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 2 Apr 2014 06:43:40 +0000 (09:43 +0300)
.jshintrc
package.json

index 0c381a1..5d47cc8 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -9,7 +9,6 @@
   "plusplus": false,
   "quotmark": "single",
   "strict": false,
-  "trailing": true,
   "undef": true,
   "unused": true
 }
index e814cc5..ecc1419 100644 (file)
@@ -37,7 +37,7 @@
     "commander": "2.2.x"
   },
   "devDependencies": {
-    "jshint": "2.4.x",
+    "jshint": "2.5.x",
     "nock": "0.27.x",
     "vows": "0.7.x"
   },