package.json tweaks, update LICENSE.md date

This commit is contained in:
CakeLancelot 2023-02-09 00:56:15 +00:00
parent 3d9107a7f1
commit 4726a50be7
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2020-2022 OpenFusion Contributors Copyright (c) 2020-2023 OpenFusion Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -6,7 +6,6 @@
"scripts": { "scripts": {
"postinstall": "npx patch-package && npm explore electron-prebuilt -- npm run postinstall", "postinstall": "npx patch-package && npm explore electron-prebuilt -- npm run postinstall",
"start": "electron .", "start": "electron .",
"build": "node build.js",
"pack": "electron-builder --win --ia32 --dir", "pack": "electron-builder --win --ia32 --dir",
"dist": "electron-builder --win --ia32", "dist": "electron-builder --win --ia32",
"prettier": "npx prettier --write ." "prettier": "npx prettier --write ."
@ -52,12 +51,17 @@
}, },
"files": [ "files": [
"!patches${/*}", "!patches${/*}",
"!.vscode${/*}",
"!*.php", "!*.php",
"!rankurl.txt", "!rankurl.txt",
"!README.md", "!README.md",
"!.npmrc" "!LICENSE.md",
"!.npmrc",
"!.prettierrc",
"!.prettierignore"
], ],
"extraFiles": [ "extraFiles": [
"LICENSE.md",
{ {
"from": "build/utils", "from": "build/utils",
"to": "utils" "to": "utils"