From 1e71972d2175f425b451404d9b2c6291ee7fc054 Mon Sep 17 00:00:00 2001 From: Josh Stillman Date: Mon, 7 Jun 2021 14:57:03 -0400 Subject: [PATCH] Trim published package; update logging and readme --- 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 8b45baa..d1ab8e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "lintier", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.2.0", + "version": "1.3.0", "license": "ISC", "dependencies": { "chalk": "4.1.1", diff --git a/package.json b/package.json index bdf2b9a..2a1989f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lintier", - "version": "1.2.0", + "version": "1.3.0", "description": "Setup ESLint & Prettier in TypeScript projects.", "main": "./bin/index.js", "scripts": {