Skip to content

Commit

Permalink
add missing from package countries.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Apr 24, 2019
1 parent dc87c13 commit db4b6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "dist/main.js",
"files": [
"dist/main.js",
"dist/lib.js"
"dist/lib.js",
"countries.json"
],
"scripts": {
"test": "xo && nyc ava && nyc report --reporter=text-lcov > coverage.lcov",
Expand Down

0 comments on commit db4b6c8

Please sign in to comment.