Browse Source

package.json: fixed versions for grunt + pegjs

grunt-shell is removed in favor of NodeJS based compiler
Manfred Kroehnert 11 years ago
parent
commit
01dd346c79
1 changed files with 4 additions and 4 deletions
  1. 4 4
      package.json

+ 4 - 4
package.json

@@ -26,9 +26,9 @@
         "test": "./test/run_build.sh"
     },
     "devDependencies": {
-      "grunt" : "*",
-      "grunt-shell" : "*",
-      "grunt-image-embed" : "*",
-      "grunt-contrib-mincss" : "*"
+      "pegjs": "~0.7.0",
+      "grunt": "~0.3.17",
+      "grunt-image-embed": "~0.1.3",
+      "grunt-contrib-mincss": "~0.3.2"
     }
 }