Skip to content

Commit f4b5773

Browse files
mxstbrBrocco
authored andcommitted
Remove ember-addon keyword from package.json (#4130)
Searching for "ember-addon" on npmjs.org shows the `angular-cli` package due to it being declared in the `keywords`. <img width="1440" alt="screen shot 2017-01-20 at 14 44 35" src="https://cloud.githubusercontent.com/assets/7525670/22151653/42caf7be-df1f-11e6-9715-bb1543d76836.png"> This PR changes the keywords to be Angular specific so this stops happening. Cheers!
1 parent 9fe1ed6 commit f4b5773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/angular-cli/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"ng": "./bin/ng"
99
},
1010
"keywords": [
11-
"ember-addon"
11+
"angular",
12+
"angular-cli"
1213
],
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)