From 07e4958d369977b1bef74dbc0ec1aac1216b10a1 Mon Sep 17 00:00:00 2001 From: Paul Lewis Date: Mon, 11 Jul 2016 13:36:50 +0100 Subject: [PATCH] Removes the 'module' folder from main. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ff0dddbc2..1212305839 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lighthouse", "version": "1.0.5", "description": "Lighthouse", - "main": "./lighthouse-core/module/index.js", + "main": "./lighthouse-core/index.js", "bin": "./lighthouse-cli/index.js", "engines": { "node": ">=5"