diff --git a/package.json b/package.json index 4fb7fa9..7010721 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "node": "6.* || 8.* || >= 10.*" }, "ember-addon": { - "configPath": "tests/dummy/config" + "configPath": "tests/dummy/config", + "demoURL": "https://gavant.github.io/ember-floating-labels" } }