Skip to content

Commit ca7ef8c

Browse files
committed
Fix can't install issue
1 parent 2856cb5 commit ca7ef8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: blueprints/ember-cli-jquery-ui/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
normalizeEntityName: function() {},
33
afterInstall: function() {
4-
return this.addBowerPackageToProject('jquery-ui#1.11.1');
4+
return this.addBowerPackageToProject('jquery-ui#1.11.4');
55
}
66
};

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ember-cli-jquery-ui",
33
"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.",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"directories": {
66
"doc": "doc",
77
"test": "tests"

0 commit comments

Comments
 (0)