Remove whitespace from package.json files

# Conflicts:
#	package.json
#	package.json.nwjs
#	scripts/Build-NWJS.ps1


Former-commit-id: d1f6442ec1c849607258b7015672f707d03517b9 [formerly 3b46b230243228eeeffdbd66222153e2a04ad2d2 [formerly 459689d3ccd1a6d01595340a7b06da4d87fb28cf]]
Former-commit-id: 1f71e621568bd915edf200abdd008bfa40a36b52 [formerly fa85dadcd6a04f10ef408166d6ef835e79b8f5e6]
Former-commit-id: 74b7ce904ee981d60c3e77dfc0d987eacd8c6b8e
This commit is contained in:
Jaifroid 2022-06-05 21:01:29 +01:00
parent 1c5dbb4cfa
commit 7a382cb7e5
3 changed files with 0 additions and 38 deletions

View File

@ -105,4 +105,3 @@
"electron-updater": "^5.0.3"
}
}

View File

@ -86,15 +86,3 @@
"@types/fs-extra": "^9.0.11"
}
}

View File

@ -100,28 +100,3 @@ foreach ($build in $builds) {
Compress-Archive "$PSScriptRoot\..\bld\nwjs\$build-$version\*" "$PSScriptRoot\..\bld\nwjs\$foldername.zip" -Force
"Build $OBuild finished.`n"
}