From a1303ccb9a69fabf3c1e094f8e110c8ef9c4c026 Mon Sep 17 00:00:00 2001 From: Ben Gubler Date: Mon, 20 Feb 2023 07:58:09 -0700 Subject: [PATCH] 2.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfe68ec..03f345a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-to-yarn", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-to-yarn", - "version": "1.3.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.2.4", diff --git a/package.json b/package.json index ae27ff6..7e750e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-to-yarn", - "version": "1.3.0", + "version": "2.0.0", "description": "Convert npm CLI commands to Yarn commands, and vice versa", "keywords": [ "string convert",