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",