Skip to content

Commit

Permalink
Adjust package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Mar 7, 2021
1 parent 2480186 commit 338841e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/ngx-loadable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-loadable",
"version": "0.0.1",
"description": "TODO",
"description": "Angular Loadable is a library that helps you represent and show data that needs to be loaded from a backend and can therefore be in a loading state.",
"author": "Fabian Böller",
"license": "MIT",
"publishConfig": {
Expand All @@ -16,7 +16,9 @@
"url": "https://github.com/fboeller/ngx-loadable/issues"
},
"keywords": [
"angular"
"angular",
"loading",
"component"
],
"np": {
"yarn": false,
Expand Down

0 comments on commit 338841e

Please sign in to comment.