Skip to content

Commit

Permalink
chore: Publish 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Olian04 committed May 25, 2022
1 parent 4e3dc03 commit 10aba21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 10aba21

Please sign in to comment.