Skip to content

Commit 13a11f6

Browse files
authored
fix: ignore rust target in pkg files (#141)
1 parent 74bbf3f commit 13a11f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"files": [
77
"index.js",
8-
"lib"
8+
"lib",
9+
"!lib/v2rust/target"
910
],
1011
"scripts": {
1112
"lint": "make jshint",

0 commit comments

Comments
 (0)