From 369492be017970798587e3d9bf67686fdc57ec15 Mon Sep 17 00:00:00 2001 From: Alison Monteiro Date: Sun, 13 May 2018 13:27:02 -0300 Subject: [PATCH] v0.0.1 --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24fe9a4..f190e70 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "shoe-size-converter", - "version": "0.0.0", + "version": "0.0.1", "description": "Convert your shoe size", "license": "MIT", + "repository": "alisonmonteiro/shoe-size-converter", "author": { "name": "Alison Monteiro", "email": "alisonmonteiro.10@gmail.com", @@ -14,7 +15,18 @@ "scripts": { "test": "xo && ava" }, - "keywords": [], + "files": [ + "index.js" + ], + "keywords": [ + "shoes", + "size", + "covert", + "countries", + "measures", + "alison", + "monteiro" + ], "devDependencies": { "ava": "*", "xo": "*"