Browse Source

bump devkit to be node-compatibility aware

Herbert Vojčík 8 years ago
parent
commit
34d74f03bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template.js

+ 1 - 1
template.js

@@ -116,7 +116,7 @@ exports.template = function (grunt, init, done) {
         // A few additional properties.
         props.keywords = ['Amber', 'Smalltalk'];
         props.devDependencies = {
-            "amber-dev": "^0.8.0",
+            "amber-dev": "^0.8.1",
             "grunt": "^0.4.5",
             "grunt-contrib-clean": "^0.7.0",
             "grunt-contrib-requirejs": "^0.4.4",