Browse Source

add jQuery wrapper as explicit dependency

for the case someone would want to retain it
after uninstalling amber-contrib-web
Herbert Vojčík 9 years ago
parent
commit
a9d7eeeb26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      template.js

+ 1 - 0
template.js

@@ -158,6 +158,7 @@ exports.template = function (grunt, init, done) {
             "private": false,
             "dependencies": {
                 "amber": "^0.14.14",
+                "amber-contrib-jquery": ">=0.1.0",
                 "amber-contrib-web": ">=0.1.0"
             },
             "devDependencies": {