diff --git a/LICENSE b/LICENSE index 0250a6bf..449f268d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,17 +1,3 @@ -Copyright 2024 Chia Network Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. - -You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and limitations under the License. - - - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/package.json b/package.json index b6283c47..caf331f7 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "build": "babel src --keep-file-extension --out-dir build --copy-files && cp package.json ./build", "build-migrations": "babel migrations --keep-file-extension --out-dir dist/migrations --copy-files", "prepare-binary": "rm -rf dist && mkdir dist", - "create-win-x64-dist": "npm run build && npm run prepare-binary && pkg package.json -t node16-win-x64 --out-path dist", - "create-mac-x64-dist": "npm run build && npm run prepare-binary && pkg package.json -t node16-macos-x64 --out-path dist", - "create-linux-x64-dist": "npm run build && npm run prepare-binary && pkg package.json -t node16-linux-x64 --out-path dist", - "create-linux-arm64-dist": "npm run build && npm run prepare-binary && pkg package.json -t node16-linux-arm64 --out-path dist" + "create-win-x64-dist": "npm run build && npm run prepare-binary && pkg package.json -t node18-win-x64 --out-path dist", + "create-mac-x64-dist": "npm run build && npm run prepare-binary && pkg package.json -t node18-macos-x64 --out-path dist", + "create-linux-x64-dist": "npm run build && npm run prepare-binary && pkg package.json -t node18-linux-x64 --out-path dist", + "create-linux-arm64-dist": "npm run build && npm run prepare-binary && pkg package.json -t node18-linux-arm64 --out-path dist" }, "pkg": { "scripts": "package.json",