mirror of
https://github.com/unraid/api.git
synced 2026-05-20 07:59:13 -05:00
Revert "chore: convert .scripts to cjs"
This reverts commit c40a314f72.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@unraid/api",
|
||||
"version": "2.24.0",
|
||||
"main": "dist/index.cjs",
|
||||
"main": "dist/index.js",
|
||||
"repository": "git@github.com:unraid/api.git",
|
||||
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",
|
||||
"license": "UNLICENSED",
|
||||
@@ -25,7 +25,7 @@
|
||||
"cover:unit": "nyc --silent npm run test",
|
||||
"cover:report": "nyc report --reporter=lcov --reporter=text",
|
||||
"patch": "npm-run-all patch:**",
|
||||
"patch:subscriptions-transport-ws": "node ./.scripts/patches/subscriptions-transport-ws.cjs",
|
||||
"patch:subscriptions-transport-ws": "node ./.scripts/patches/subscriptions-transport-ws.js",
|
||||
"release": "standard-version",
|
||||
"update-bundle-dependencies": "bundle-dependencies update"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user