From a58202ce6e8381abf48c42c81970e53369ab1e20 Mon Sep 17 00:00:00 2001 From: Vio Date: Wed, 26 Jul 2023 23:50:46 +0200 Subject: [PATCH] FIXUP --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18fa5904..62e0fae8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "scripts": { "build": "babel src -d lib", "lint": "eslint .", - "bump": "./scripts/version.sh". + "bump": "./scripts/version.sh", "release": "./scripts/release.sh", "pretest": "npm install webpack4@npm:webpack@4.42.1", "test": "jest test",