From d54b32658a1f8d52ebef840f8ca5c6fc1536c7a6 Mon Sep 17 00:00:00 2001 From: Evan Plaice Date: Sat, 8 Feb 2020 21:18:32 -0700 Subject: [PATCH] 1.1.9 --- package-lock.json | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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",