We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3439e95 commit cc140ccCopy full SHA for cc140cc
package.json
@@ -2,7 +2,6 @@
2
"name": "ember-cli-jquery-ui",
3
"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.17",
5
- "exampleAppUrl": "http://ember-cli-jquery-ui-example.herokuapp.com/",
6
"directories": {
7
"doc": "doc",
8
"test": "tests"
@@ -43,6 +42,7 @@
43
42
"jquery-ui"
44
],
45
"ember-addon": {
46
- "configPath": "tests/dummy/config"
+ "configPath": "tests/dummy/config",
+ "demoURL": "http://ember-cli-jquery-ui-example.herokuapp.com/"
47
}
48
0 commit comments