Skip to content

Commit

Permalink
fix: npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Jul 16, 2023
1 parent 9e3df58 commit 74875a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
".": "./lib/geoip-asn.js",
"./*": "./lib/*.js"
},
"files": [
"/bin",
"/lib",
"/resources",
"/src"
],
"scripts": {
"build": "node bin/build.js",
"install": "node bin/install.js"
Expand Down

0 comments on commit 74875a2

Please sign in to comment.