Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Sep 3, 2017
1 parent 1ee2f81 commit 7800db6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goot",
"version": "0.0.7",
"version": "1.0.0",
"description": "Goot humanize greetings 👋",
"main": "lib/index.js",
"scripts": {
Expand All @@ -17,8 +17,16 @@
"eslint-config-prettier": "^2.4.0",
"xo": "^0.17.1"
},
"keywords": ["goot", "humanize", "greeting", "time", "humanizer"],
"keywords": [
"goot",
"humanize",
"greeting",
"time",
"humanizer"
],
"xo": {
"extends": ["prettier"]
"extends": [
"prettier"
]
}
}

0 comments on commit 7800db6

Please sign in to comment.