Skip to content

Commit

Permalink
chore: add 'files' field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nktnet authored and JCMais committed Feb 13, 2024
1 parent ba96d00 commit e1071ba
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 @@ -22,6 +22,12 @@
"author": "Jonathan Cardoso <me@jonathancardoso.com>",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"binding.gyp",
"dist",
"scripts",
"src"
],
"binary": {
"module_name": "node_libcurl",
"module_path": "./lib/binding/",
Expand Down

0 comments on commit e1071ba

Please sign in to comment.