Skip to content

Commit d68d50f

Browse files
committed
chore: update keywords and urls in package
1 parent bd8bf46 commit d68d50f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
"version": "5.0.1",
44
"description": "{{title}} for Ember applications",
55
"keywords": [
6-
"ember-addon"
6+
"ember-addon",
7+
"page title",
8+
"title",
9+
"component",
10+
"fastboot"
711
],
812
"license": "MIT",
913
"author": "Tim Evans <[email protected]>",
1014
"directories": {
1115
"test": "tests"
1216
},
13-
"repository": "https://github.com/tim-evans/ember-page-title",
17+
"repository": "https://github.com/adopted-ember-addons/ember-page-title",
1418
"scripts": {
1519
"build": "ember build",
1620
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
@@ -57,7 +61,7 @@
5761
},
5862
"ember-addon": {
5963
"configPath": "tests/dummy/config",
60-
"demoURL": "http://tim-evans.github.io/ember-page-title/"
64+
"demoURL": "https://adopted-ember-addons.github.io/ember-page-title"
6165
},
62-
"homepage": "https://tim-evans.github.io/ember-page-title"
66+
"homepage": "https://adopted-ember-addons.github.io/ember-page-title"
6367
}

0 commit comments

Comments
 (0)