fix: change type from module to commonjs - main.js uses require()
This commit is contained in:
parent
cbda2b1c4a
commit
7e250e8b42
@ -4,7 +4,7 @@
|
|||||||
"homepage": "https://github.com/binaricat/Netcatty",
|
"homepage": "https://github.com/binaricat/Netcatty",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "commonjs",
|
||||||
"author": "binaricat <support@netcatty.com>",
|
"author": "binaricat <support@netcatty.com>",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user