From 93801e3359d7c10117df8364645aeed6f1f5c07a Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Fri, 7 Jun 2019 18:11:54 +0100 Subject: [PATCH] fix(package): point to dist instead of lib fix #415 --- 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"