Revert "chore: convert .scripts to cjs"

This reverts commit c40a314f72.
This commit is contained in:
Alexis
2021-09-07 13:46:23 +09:30
parent 64b1fbf3b6
commit 2e3c8c5e20
+2 -2
View File
@@ -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"
},