From 1d881b381d0fc16cf4e07f20147c0d21a7a3b3b5 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:56:55 +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 1013249..0bc7105 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartlodash", + "name": "@push.rocks/smartlodash", "version": "2.0.0", "private": false, "description": "lodash with typings", @@ -34,4 +34,4 @@ "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.9.4" } -} +} \ 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" -}