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",