Skip to content

Commit

Permalink
Refine information in package.json (#18)
Browse files Browse the repository at this point in the history
* chore: add entry `bugs`

* chore: add entry `homepage`

* chore: remove entry `directories`

* chore: refine entry `author`

* chore: refine entry `keywords`

* chore: sort entries
  • Loading branch information
MrChocolatine authored Nov 3, 2021
1 parent 022960c commit 7aa7cf8
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
{
"name": "ember-reading-time",
"version": "1.0.0",
"description": "Medium-like reading time estimation for EmberJS.",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "PeopleDoc",
"url": "https://github.com/peopledoc"
},
"homepage": "https://github.com/peopledoc/ember-reading-time",
"repository": "https://github.com/peopledoc/ember-reading-time",
"bugs": "https://github.com/peopledoc/ember-reading-time/issues",
"keywords": [
"ember",
"emberjs",
"ember-addon",
"estimated",
"estimation",
"medium",
"medium-like",
"reading",
"remaining",
"time"
],
"repository": "https://github.com/peopledoc/ember-reading-time",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
Expand Down

0 comments on commit 7aa7cf8

Please sign in to comment.