From 3357ca8c2b1685835b3c07f54b6a84fa73539785 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:41:08 +0200 Subject: [PATCH] switch to new org scheme --- package.json | 4 ++-- tslint.json | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 tslint.json diff --git a/package.json b/package.json index 5a2c32c..4fd85d6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/consolecolor", + "name": "@push.rocks/consolecolor", "version": "2.0.1", "private": false, "description": "colors for beautylog", @@ -33,4 +33,4 @@ "@pushrocks/tapbundle": "^3.0.1", "@types/node": "^10.5.2" } -} +} \ No newline at end of file diff --git a/tslint.json b/tslint.json deleted file mode 100644 index 45052ad..0000000 --- a/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "tslint-config-standard" -}