Skip to content

Commit 4f8fb49

Browse files
ryanclarksokra
authored andcommitted
Exclude tests from being bundled into npm package
1 parent 2210ed4 commit 4f8fb49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"node": ">=6"
2222
},
2323
"files": [
24-
"lib"
24+
"lib",
25+
"!lib/__tests__"
2526
],
2627
"homepage": "https://github.com/webpack/tapable",
2728
"main": "lib/index.js",

0 commit comments

Comments
 (0)