fix: add commonjs type to sysproxy package for win7 compatibility

This commit is contained in:
xmk23333 2026-01-15 21:30:34 +08:00
parent ea190b9bc1
commit 6bb2304f52

View File

@ -2,6 +2,7 @@
"name": "sysproxy-rs",
"version": "0.4.0",
"description": "System proxy library for Node.js",
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT"