Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Oct 7, 2017
1 parent f62829c commit a6d6a69
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": "wer",
"version": "0.0.2",
"version": "1.0.0",
"description": "Get your geolocation information",
"main": "index.js",
"repository": "git@github.com:bukinoshita/wer.git",
Expand All @@ -17,8 +17,16 @@
"scripts": {
"test": "xo && ava"
},
"keywords": ["wer", "where", "location", "geolocation", "ip"],
"keywords": [
"wer",
"where",
"location",
"geolocation",
"ip"
],
"xo": {
"extends": ["prettier"]
"extends": [
"prettier"
]
}
}

0 comments on commit a6d6a69

Please sign in to comment.