Skip to content

Commit

Permalink
Add rimraf and a more recent version of jQuery
Browse files Browse the repository at this point in the history
Rimraf is used in order to sovle this issue:
ember-cli/ember-cli#3413
  • Loading branch information
athinab committed Mar 6, 2015
1 parent df52bf5 commit a98f38b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ui-web/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "ui-web",
"dependencies": {
"handlebars": "~1.3.0",
"jquery": "^1.11.1",
"ember": "1.8.1",
"ember-data": "1.0.0-beta.12",
"ember-resolver": "~0.1.7",
Expand All @@ -21,5 +20,8 @@
},
"devDependencies": {
"asmcrypto": "~0.0.6"
},
"resolutions": {
"jquery": ">= 1.7.0 < 2.2.0"
}
}
3 changes: 2 additions & 1 deletion ui-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"glob": "^4.0.5"
},
"dependencies": {
"broccoli-static-compiler": "^0.2.1"
"broccoli-static-compiler": "^0.2.1",
"rimraf": "2.2.8"
}
}

0 comments on commit a98f38b

Please sign in to comment.