mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-22 05:30:05 +00:00
package.json tweaks, update LICENSE.md date
This commit is contained in:
parent
3d9107a7f1
commit
4726a50be7
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user