From be4ac55433465a5c7d763ac411538d99c4c425c7 Mon Sep 17 00:00:00 2001 From: Stanislav Sysoev Date: Wed, 7 Apr 2021 10:41:27 +1000 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index aadb8a6..9c0dd74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "whybundled", - "version": "2.0.0-alpha", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d45d01..9c2812f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whybundled", - "version": "2.0.0-alpha", + "version": "2.0.0", "description": "Answers the question – Why the hell is this module in a bundle?", "bin": { "whybundled": "./dist/cli.js",