We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2856cb5 commit ca7ef8cCopy full SHA for ca7ef8c
blueprints/ember-cli-jquery-ui/index.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
normalizeEntityName: function() {},
3
afterInstall: function() {
4
- return this.addBowerPackageToProject('jquery-ui#1.11.1');
+ return this.addBowerPackageToProject('jquery-ui#1.11.4');
5
}
6
};
package.json
@@ -1,7 +1,7 @@
{
"name": "ember-cli-jquery-ui",
"description": "A simple addon to add jquery-ui as a dependency to your app. Also includes a small library of components wrapping JQuery UI widgets.",
- "version": "0.0.18",
+ "version": "0.0.19",
"directories": {
"doc": "doc",
7
"test": "tests"
0 commit comments