Skip to content

Commit 79560af

Browse files
committed
fix: declare main for old node versions
1 parent afd62c8 commit 79560af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"homepage": "https://microlink.io/mql",
55
"version": "0.11.1",
66
"types": "lightweight/index.d.ts",
7+
"main": "src/node.js",
78
"browser": "src/lightweight.js",
89
"umd:main": "dist/mql.js",
910
"unpkg": "dist/mql.js",

0 commit comments

Comments
 (0)