From c0a0d47881837c95d2e24da3a5997c19831e7e49 Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Fri, 7 Jun 2019 18:22:51 +0100 Subject: [PATCH] fix(package): point to dist instead of lib (#417) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f55ca86..94f32f0 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -31,7 +31,7 @@ "defaults": "webpack-defaults" }, "files": [ - "lib" + "dist" ], "peerDependencies": { "webpack": "^4.0.0"