Skip to content

Commit

Permalink
Merge pull request #202 from aaharu/package-files
Browse files Browse the repository at this point in the history
Remove files used for development
  • Loading branch information
uhop committed Feb 23, 2024
2 parents 71f3d07 + 298a354 commit 60ff1e1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -7,9 +7,13 @@
"type": "commonjs",
"main": "re2.js",
"types": "re2.d.ts",
"directories": {
"test": "tests"
},
"files": [
"binding.gyp",
"lib",
"re2.d.ts",
"scripts",
"vendor"
],
"dependencies": {
"install-artifact-from-github": "^1.3.5",
"nan": "^2.18.0",
Expand Down

0 comments on commit 60ff1e1

Please sign in to comment.