Skip to content

Commit

Permalink
build(nw): set build_type to sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Sep 7, 2023
1 parent 9c5e990 commit 7b27d51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nwjs_build_type=sdk
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"start": "node --test-reporter=spec --test chrome nw"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint": "8.48.0",
"nw": "0.79.0-sdk",
"prettier": "^3.0.3",
"selenium-webdriver": "^4.12.0"
"prettier": "3.0.3",
"selenium-webdriver": "4.12.0"
},
"engines": {
"node": "v20.5.0",
"node": "v20.5.1",
"npm": "9.8.1"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit 7b27d51

Please sign in to comment.