Skip to content

Commit

Permalink
Remove ember-addon keyword from package.json (#4130)
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
mxstbr authored and Brocco committed Jan 20, 2017
1 parent 9fe1ed6 commit f4b5773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"ng": "./bin/ng"
},
"keywords": [
"ember-addon"
"angular",
"angular-cli"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit f4b5773

Please sign in to comment.