Downgrade NW.js to 0.72.0 as the latest version is not showing taskbar icon on Windows

This commit is contained in:
Aditya Toshniwal 2023-04-03 13:49:21 +05:30
parent 6710969143
commit 287c53cd5a
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
},
"devDependencies": {
"eslint": "^8.37.0",
"nw": "^0.74.0"
"nw": "^0.72.0"
},
"scripts": {
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."

View File

@ -967,10 +967,10 @@ number-is-nan@^1.0.0:
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==
nw@^0.74.0:
version "0.74.0"
resolved "https://registry.yarnpkg.com/nw/-/nw-0.74.0.tgz#1ea1df67d59e12471ae3b96e6056f5ddf618975b"
integrity sha512-lYVTDMIuMjn4u9rYeAGEJZoSoS8dEyKDHYlPINnhtydDFwTwENCDMC6K9wXBT7xnGbapK9pVN5xcNy/KAiPW3A==
nw@^0.72.0:
version "0.72.0"
resolved "https://registry.yarnpkg.com/nw/-/nw-0.72.0.tgz#b8d340c165756b2f07320e999f5aaa486131e38f"
integrity sha512-uMLsvXe3cDJ+YY8Jcd+YoLg7ggqJAbpTskNx0X21Z6gn9oWWnte9eJsWNC/9J5itg3TzzqyvIyUfXsMGekqPmw==
dependencies:
chalk "~1.1.3"
decompress "^4.2.0"