Skip to content

Commit

Permalink
fix(package): point to dist instead of lib (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clark committed Jun 7, 2019
1 parent 737f5bc commit c0a0d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"author": "Tobias Koppers @sokra",
"homepage": "https://github.com/webpack-contrib/karma-webpack",
"bugs": "https://github.com/webpack-contrib/karma-webpack/issues",
"main": "lib",
"main": "dist",
"engines": {
"node": ">= 8.9.0"
},
Expand All @@ -31,7 +31,7 @@
"defaults": "webpack-defaults"
},
"files": [
"lib"
"dist"
],
"peerDependencies": {
"webpack": "^4.0.0"
Expand Down

0 comments on commit c0a0d47

Please sign in to comment.