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",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"type": "commonjs",
|
||||
"author": "binaricat <support@netcatty.com>",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"main": "main.js",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user