Browse Source

fix json syntax from bad rebase

Herbert Vojčík 10 years ago
parent
commit
0766d3c839
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -30,6 +30,6 @@
     "devDependencies": {
         "pegjs": "~0.7.0",
         "grunt": "~0.4.0",
-        "grunt-contrib-jshint": "~0.3.0",
+        "grunt-contrib-jshint": "~0.3.0"
     }
 }