Skip to content

Commit

Permalink
Add build script to list of files
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Jul 21, 2024
1 parent 5e46e0c commit e657ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winreglib",
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"description": "Windows Registry utility library",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "5.5.3",
"vitest": "2.0.3"
},
"files": ["dist", "prebuilds", "src/*.{cpp,h}", "binding.gyp"],
"files": ["dist", "prebuilds", "scripts/build.js", "src/*.{cpp,h}", "binding.gyp"],
"homepage": "https://github.com/tidev/winreglib",
"bugs": "https://github.com/tidev/winreglib/issues",
"repository": "https://github.com/tidev/winreglib",
Expand Down

0 comments on commit e657ce4

Please sign in to comment.