Skip to content

Commit

Permalink
fix: ignore rust target in pkg files
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed May 31, 2024
1 parent 74bbf3f commit da0519f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"files": [
"index.js",
"lib"
"lib",
"!lib/v2rust/target"
],
"scripts": {
"lint": "make jshint",
Expand Down

0 comments on commit da0519f

Please sign in to comment.