Skip to content

Commit

Permalink
add files to package.json (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkw-statsig authored May 11, 2021
1 parent 2f43bc3 commit 74bac62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "3.0.0",
"description": "This is a no-dependency, super lite version of IP2Location LITE lookup.",
"main": "src/ip3country.js",
"files": [
"/src",
"/types"
],
"types": "types/ip3country.d.ts",
"scripts": {
"test": "node tests/lookupTest.js"
Expand Down

0 comments on commit 74bac62

Please sign in to comment.