Skip to content

Commit 4b56e48

Browse files
committed
fix: fix main field
1 parent 47af1df commit 4b56e48

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
@@ -4,7 +4,7 @@
44
"description": "Elegant Console Logger",
55
"license": "MIT",
66
"repository": "nuxt/consola",
7-
"main": "main/node.js",
7+
"main": "main/consola.js",
88
"browser": "dist/consola.js",
99
"scripts": {
1010
"build": "yarn build:cjs && yarn build:browser",

0 commit comments

Comments
 (0)