From 1af0fe3e4a6333b3d7b983b2b37a253675a112fc Mon Sep 17 00:00:00 2001 From: Donavon West Date: Tue, 21 Feb 2023 08:41:56 -0500 Subject: [PATCH 1/2] change to readme to install as a dev dependency --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f271abf..82c0f41 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ fetch("/") ## Get Started -1. Install: `npm i @total-typescript/ts-reset` +1. Install as a dev dependency: `npm i -D @total-typescript/ts-reset` 2. Import **once** into any `.ts` or `.tsx` file: From 5c20842406b9dd3fe9e533357ee6a2aa092b4e08 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Tue, 21 Feb 2023 14:02:28 +0000 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 82c0f41..b664db2 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ fetch("/") ## Get Started -1. Install as a dev dependency: `npm i -D @total-typescript/ts-reset` +1. Install: `npm i -D @total-typescript/ts-reset` 2. Import **once** into any `.ts` or `.tsx` file: