From 7a382cb7e583b4e3e2960df02ec78a98a64ae7b0 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 5 Jun 2022 21:01:29 +0100 Subject: [PATCH] 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 --- package.json | 1 - package.json.nwjs | 12 ------------ scripts/Build-NWJS.ps1 | 25 ------------------------- 3 files changed, 38 deletions(-) diff --git a/package.json b/package.json index 72033ade..55bda3e6 100644 --- a/package.json +++ b/package.json @@ -105,4 +105,3 @@ "electron-updater": "^5.0.3" } } - diff --git a/package.json.nwjs b/package.json.nwjs index 893772ff..623faacc 100644 --- a/package.json.nwjs +++ b/package.json.nwjs @@ -86,15 +86,3 @@ "@types/fs-extra": "^9.0.11" } } - - - - - - - - - - - - diff --git a/scripts/Build-NWJS.ps1 b/scripts/Build-NWJS.ps1 index 4175fd49..ece0912e 100644 --- a/scripts/Build-NWJS.ps1 +++ b/scripts/Build-NWJS.ps1 @@ -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" } - - - - - - - - - - - - - - - - - - - - - - - - -