Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonmonteiro committed May 13, 2018
1 parent c5d10d8 commit 369492b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand All @@ -14,7 +15,18 @@
"scripts": {
"test": "xo && ava"
},
"keywords": [],
"files": [
"index.js"
],
"keywords": [
"shoes",
"size",
"covert",
"countries",
"measures",
"alison",
"monteiro"
],
"devDependencies": {
"ava": "*",
"xo": "*"
Expand Down

0 comments on commit 369492b

Please sign in to comment.