Skip to content

Commit

Permalink
fix: node version package
Browse files Browse the repository at this point in the history
  • Loading branch information
feildmaster committed Feb 28, 2022
1 parent debe3ae commit b92c7de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# UnderScript App Changelog

## Version 1.3.4 (2020-02-28)
1. Fixed node version (probably)

## Version 1.3.3 (2020-02-28)
### New Features
1. Zoom with CTRL+Scroll
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -27,6 +31,8 @@
},
"build": {
"appId": "com.feildmaster.underscript.app",
"productName": "UnderScript"
"productName": "UnderScript",
"publish": "github",
"nodeVersion": "current"
}
}

0 comments on commit b92c7de

Please sign in to comment.