The community has fixed the blocking issue at startup, so unpin the NWjs version and pick the latest.

This commit is contained in:
Akshay Joshi
2022-05-23 17:54:09 +05:30
parent 8f020c1ee6
commit 5f81d2b4b1
5 changed files with 11 additions and 22 deletions

View File

@@ -24,7 +24,7 @@
},
"devDependencies": {
"eslint": "^6.3.0",
"nw": "0.61.0"
"nw": "^0.64.0"
},
"scripts": {
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."