Skip to content

Commit

Permalink
Merge pull request #3 from selemxmn/develop
Browse files Browse the repository at this point in the history
Add keywords section to package.json + refactor description
  • Loading branch information
selemxmn authored Nov 28, 2018
2 parents 6a512ee + 2368192 commit e5a1c35
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-print",
"version": "1.0.2",
"description": "Angular powered Bootstrap",
"version": "1.0.3",
"description": "Plug n' Play Angular (2++) directive to print your stuff",
"author": "https://github.com/selemxmn/ngx-print/graphs/contributors",
"repository": {
"type": "git",
Expand All @@ -12,6 +12,16 @@
"url": "https://github.com/selemxmn/ngx-print/issues"
},
"homepage": "https://github.com/selemxmn/ngx-print#readme",
"keywords": [
"print",
"angular",
"library",
"ng-print",
"ngx-print",
"directive",
"dependency",
"angular-print"
],
"dependencies": {
"tslib": "^1.9.3"
},
Expand Down

0 comments on commit e5a1c35

Please sign in to comment.