From 10aba21ea4d5d90559423e37b8b1e4e32a9aad9c Mon Sep 17 00:00:00 2001 From: Oliver Anteros Date: Wed, 25 May 2022 15:30:57 +0200 Subject: [PATCH] chore: Publish 3.0.1 --- README.md | 14 -------------- package.json | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index db0cad7..8d3b57e 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,3 @@ A collection of typescript functions and structures that I usually end up needing when developing. Install: [`npm i @olian/typescript-helpers`](https://www.npmjs.com/package/@olian/typescript-helpers) - -```ts -import { - pick, - safePick, - useValueOrFallback, - DeepPartial, - Record, - Maybe, - Bucket, - ExpandType, - Func, -} from '@olian/typescript-helpers'; -``` diff --git a/package.json b/package.json index ef509ea..53f0c4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@olian/typescript-helpers", - "version": "3.0.0", + "version": "3.0.1", "description": "A collection of typescript functions and structures that I usually end up needing when developing.", "type": "commonjs", "main": "dist/api.js",