Browse Source

Bump jshint to 2.5.0

David Cramer 10 years ago
parent
commit
9bde15e40b
1 changed files with 16 additions and 16 deletions
  1. 16 16
      package.json

+ 16 - 16
package.json

@@ -1,18 +1,18 @@
 {
-    "name": "Sentry",
-    "version": "0.0.0",
-    "repository": {
-        "type": "git",
-        "url": "git://github.com/getsentry/sentry.git"
-    },
-    "dependencies": {
-        "less": "1.3.3",
-        "phantomjs": "1.9.x",
-        "chai": "1.7.x",
-        "mocha": "1.9.x",
-        "mocha-phantomjs": "3.0.x",
-        "jshint": "0.9.x",
-        "uglify-js": "2.2.4"
-    },
-    "private": true
+  "name": "Sentry",
+  "version": "0.0.0",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/getsentry/sentry.git"
+  },
+  "dependencies": {
+    "less": "~1.3.3",
+    "phantomjs": "1.9.x",
+    "chai": "1.7.x",
+    "mocha": "1.9.x",
+    "mocha-phantomjs": "3.0.x",
+    "jshint": "~2.5.0",
+    "uglify-js": "2.2.4"
+  },
+  "private": true
 }