-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
debe3ae
commit b92c7de
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,17 @@ | |
"start": "electron .", | ||
"pack": "electron-builder --dir", | ||
"dist": "electron-builder", | ||
"update": "npm version minor --m=\"chore(update): Release v%s\"", | ||
"patch": "npm version patch --m=\"chore(patch): Release v%s\"", | ||
"update": "npm version minor --m=\"chore(update): v%s\"", | ||
"patch": "npm version patch --m=\"chore(patch): v%s\"", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"keywords": [], | ||
"author": "feildmaster <[email protected]> (https://feildmaster.com/)", | ||
"license": "MIT", | ||
"repository": "https://github.com/UCProjects/UnderScript-App", | ||
"devDependencies": { | ||
"@types/fs-extra": "^9.0.13", | ||
"electron": "^11.5.0", | ||
|
@@ -27,6 +31,8 @@ | |
}, | ||
"build": { | ||
"appId": "com.feildmaster.underscript.app", | ||
"productName": "UnderScript" | ||
"productName": "UnderScript", | ||
"publish": "github", | ||
"nodeVersion": "current" | ||
} | ||
} |