From 86c6eb120b9e1695ebd1eb5273cae3f60acdbb0f Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Fri, 26 Nov 2021 15:07:22 +0100 Subject: [PATCH] chore: Publish 2.0.0 --- package-lock.json | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f7520f..9949163 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gradient-string", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8283b98..58270f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gradient-string", "description": "Beautiful color gradients in terminal output", - "version": "1.2.0", + "version": "2.0.0", "author": "Boris K", "license": "MIT", "main": "index.js", @@ -51,6 +51,8 @@ "terminal" ], "ava": { - "require": ["esm"] + "require": [ + "esm" + ] } }