Skip to content

Commit

Permalink
version only to add kewords to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Trukes committed Nov 4, 2020
1 parent 410d0c5 commit 7d49496
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "avatarholder",
"version": "1.0.4",
"description": "Library to generate automatic avatar",
"version": "1.0.5",
"description": "Library to generate automatic avatars",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -10,6 +10,12 @@
"type": "git",
"url": "git+https://github.com/Trukes/avatarholder.git"
},
"keywords": [
"avatar",
"holder",
"generate",
"initials"
],
"author": "Pedro Carmo",
"license": "ISC",
"bugs": {
Expand Down

0 comments on commit 7d49496

Please sign in to comment.