Skip to content

Commit c0a0d47

Browse files
author
Ryan Clark
authored
fix(package): point to dist instead of lib (#417)
1 parent 737f5bc commit c0a0d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Tobias Koppers @sokra",
88
"homepage": "https://github.com/webpack-contrib/karma-webpack",
99
"bugs": "https://github.com/webpack-contrib/karma-webpack/issues",
10-
"main": "lib",
10+
"main": "dist",
1111
"engines": {
1212
"node": ">= 8.9.0"
1313
},
@@ -31,7 +31,7 @@
3131
"defaults": "webpack-defaults"
3232
},
3333
"files": [
34-
"lib"
34+
"dist"
3535
],
3636
"peerDependencies": {
3737
"webpack": "^4.0.0"

0 commit comments

Comments
 (0)