From c428d7ce75031d6c0d7efa596376a6c70ad3a60a Mon Sep 17 00:00:00 2001 From: Nezrahm Date: Thu, 5 May 2022 17:47:59 +0200 Subject: [PATCH] Remove .txt as a valid game files since Bitburner does not allow syncing it --- package-lock.json | 4 ++-- package.json | 2 +- src/client.js | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 019f1a4..4e35af0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitburner-sync", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bitburner-sync", - "version": "1.3.0", + "version": "1.4.0", "license": "ISC", "dependencies": { "chalk": "^5.0.1", diff --git a/package.json b/package.json index adf4447..c59ebd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitburner-sync", - "version": "1.3.0", + "version": "1.4.0", "description": "A tool used to upload your code to the game Bitburner", "type": "module", "bin": "./bin/cli.js", diff --git a/src/client.js b/src/client.js index ad37927..bf3b789 100644 --- a/src/client.js +++ b/src/client.js @@ -10,7 +10,6 @@ const bitburnerConfig = { '.js', '.script', '.ns', - '.txt', ], };