diff --git a/package-lock.json b/package-lock.json index 9a38bd4..4e23637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tape-es", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8e60a78..f12a4e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tape-es", - "version": "1.1.8", + "version": "1.1.9", "description": "ESM-compatible Tape.js test runner and test watcher", "keywords": [ "testing", @@ -19,7 +19,6 @@ "tape-es": "bin/tape-es", "tape-watch-es": "bin/tape-watch-es" }, - "scripts": { "lint": "semistandard", "package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",