From a6d6a699a01effa2bfeb757cca51c8df1dfc925d Mon Sep 17 00:00:00 2001 From: Bu Kinoshita Date: Sat, 7 Oct 2017 19:09:49 -0400 Subject: [PATCH] v1.0.0 --- package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8006cbc..60085f8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" + ] } }