Skip to content

Commit cc140cc

Browse files
committed
Add demoURL for emberaddons.com
1 parent 3439e95 commit cc140cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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.",
44
"version": "0.0.17",
5-
"exampleAppUrl": "http://ember-cli-jquery-ui-example.herokuapp.com/",
65
"directories": {
76
"doc": "doc",
87
"test": "tests"
@@ -43,6 +42,7 @@
4342
"jquery-ui"
4443
],
4544
"ember-addon": {
46-
"configPath": "tests/dummy/config"
45+
"configPath": "tests/dummy/config",
46+
"demoURL": "http://ember-cli-jquery-ui-example.herokuapp.com/"
4747
}
4848
}

0 commit comments

Comments
 (0)