From af742d5aabae67b36830cf404d8a90e6b1ad46e5 Mon Sep 17 00:00:00 2001 From: Stanislav Sysoev Date: Tue, 13 Mar 2018 19:49:42 +1100 Subject: [PATCH] 1.1.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 831e44a..1a10431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "whybundled", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a8fe8e..9bbbb4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whybundled", - "version": "1.0.1", + "version": "1.1.0", "description": "Answers the question – Why the hell is this module in a bundle?", "bin": "./cli.js", "main": "lib/index.js",