Skip to content

Commit 9cf8a5c

Browse files
authored
fix: updated package.json main field (#8)
Fixes issues with non-existent file `lib/index.js`
1 parent e4290f3 commit 9cf8a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Andrew Powell <andrew@shellscape.org>",
88
"homepage": "https://github.com/shellscape/apollo-log",
99
"bugs": "https://github.com/shellscape/apollo-log/issues",
10-
"main": "lib/index.js",
10+
"main": "dist/index.js",
1111
"engines": {
1212
"node": ">= 10.23.1"
1313
},

0 commit comments

Comments
 (0)