Skip to content

Commit 07e4958

Browse files
authored
Removes the 'module' folder from main.
1 parent f9bdc7f commit 07e4958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lighthouse",
33
"version": "1.0.5",
44
"description": "Lighthouse",
5-
"main": "./lighthouse-core/module/index.js",
5+
"main": "./lighthouse-core/index.js",
66
"bin": "./lighthouse-cli/index.js",
77
"engines": {
88
"node": ">=5"

0 commit comments

Comments
 (0)