File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# UnderScript App Changelog
22
3+ ## Version 1.3.4 (2020-02-28)
4+ 1 . Fixed node version (probably)
5+
36## Version 1.3.3 (2020-02-28)
47### New Features
581 . Zoom with CTRL+Scroll
Original file line number Diff line number Diff line change 77 "start" : " electron ." ,
88 "pack" : " electron-builder --dir" ,
99 "dist" : " electron-builder" ,
10- "update" : " npm version minor --m=\" chore(update): Release v%s\" " ,
11- "patch" : " npm version patch --m=\" chore(patch): Release v%s\" " ,
10+ "update" : " npm version minor --m=\" chore(update): v%s\" " ,
11+ "patch" : " npm version patch --m=\" chore(patch): v%s\" " ,
1212 "test" : " echo \" Error: no test specified\" && exit 1"
1313 },
14+ "engines" : {
15+ "node" : " >=16"
16+ },
1417 "keywords" : [],
1518 "author" :
" feildmaster <[email protected] > (https://feildmaster.com/)" ,
1619 "license" : " MIT" ,
20+ "repository" : " https://github.com/UCProjects/UnderScript-App" ,
1721 "devDependencies" : {
1822 "@types/fs-extra" : " ^9.0.13" ,
1923 "electron" : " ^11.5.0" ,
2731 },
2832 "build" : {
2933 "appId" : " com.feildmaster.underscript.app" ,
30- "productName" : " UnderScript"
34+ "productName" : " UnderScript" ,
35+ "publish" : " github" ,
36+ "nodeVersion" : " current"
3137 }
3238}
You can’t perform that action at this time.
0 commit comments