Skip to content

Commit

Permalink
Refine information in package.json (#169)
Browse files Browse the repository at this point in the history
* chore: fix a typo

* chore: shorten entry `repository`

* chore: shorten entry `bugs`

* chore: sort entries
  • Loading branch information
MrChocolatine authored Nov 3, 2021
1 parent f0b7550 commit bd90216
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "ember-cli-embedded",
"description": "Control how your Ember applications boots in non-Ember pages/apps.",
"version": "2.3.1",
"description": "Control how your Ember applications boot in non-Ember pages/apps.",
"license": "MIT",
"author": {
"name": "PeopleDoc",
"url": "https://github.com/peopledoc"
},
"homepage": "https://github.com/peopledoc/ember-cli-embedded",
"repository": "https://github.com/peopledoc/ember-cli-embedded",
"bugs": "https://github.com/peopledoc/ember-cli-embedded/issues",
"keywords": [
"ember",
"ember-addon",
Expand All @@ -11,18 +18,6 @@
"typescript",
"boot"
],
"repository": {
"type": "git",
"url": "https://github.com/peopledoc/ember-cli-embedded"
},
"bugs": {
"url": "https://github.com/peopledoc/ember-cli-embedded/issues"
},
"license": "MIT",
"author": {
"name": "PeopleDoc",
"url": "https://github.com/peopledoc"
},
"files": [
"/addon",
"/app",
Expand Down

0 comments on commit bd90216

Please sign in to comment.