From 32ff5c5c9a323aaf328f72ae11d211453ed31661 Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Thu, 4 Nov 2021 20:33:02 -0700 Subject: [PATCH] chore(release): 3.0.1 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 67b2483..acef409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-opn", - "version": "3.0.0", + "version": "3.0.1", "description": "A better opn. Reuse the same tab on Chrome for 👨‍💻.", "main": "dist/index.js", "repository": { @@ -37,10 +37,10 @@ ] }, "ava": { - "files": [ - "tests/**/*", - "!test/host-only.js" - ] + "files": [ + "tests/**/*", + "!test/host-only.js" + ] }, "scripts": { "build": "babel src -d dist",