Skip to content

Commit

Permalink
Merge pull request #6 from alisonmonteiro/fix-publish-missing-files
Browse files Browse the repository at this point in the history
Fix publish missing files
  • Loading branch information
alisonmonteiro authored Jul 14, 2020
2 parents bfb104d + 893f678 commit 0babda4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shoe-size-converter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert your shoe size",
"license": "MIT",
"repository": "alisonmonteiro/shoe-size-converter",
Expand All @@ -16,7 +16,10 @@
"test": "xo && ava"
},
"files": [
"index.js"
"helpers.js",
"index.js",
"size-tables.js",
"systems/"
],
"keywords": [
"shoes",
Expand Down

0 comments on commit 0babda4

Please sign in to comment.