Skip to content

Commit 4319c91

Browse files
committed
Remove test files from npm package
``` npm pack --dry-run # to test ```
1 parent ca389bd commit 4319c91

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
@@ -46,6 +46,7 @@
4646
},
4747
"license": "ISC",
4848
"files": [
49-
"lib"
49+
"lib",
50+
"!*.test.*"
5051
]
5152
}

0 commit comments

Comments
 (0)