Skip to content

Commit 6b32510

Browse files
committed
Update dependencies / Other minor changes
1 parent e3dc9c7 commit 6b32510

File tree

5 files changed

+922
-380
lines changed

5 files changed

+922
-380
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# production
55
/dist
66
/typings
7+
*.tgz
78

89
# testing and coverage
910
/coverage

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# dependencies
22
/node_modules
33

4+
# production
5+
*.tgz
6+
47
# source and scripts
58
/src
69
/scripts

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ function Sum({ x, y }) {
5656
Just like its parent package, Float Toolkit for React is written in [TypeScript](https://www.typescriptlang.org/). The `ReactFT`
5757
namespace contains all the type definitions used by the package.
5858

59-
#### Example:
60-
6159
```tsx
6260
import { FC, useEffect } from "react";
6361
import useFloatToolkit, { ReactFT } from "@float-toolkit/react";

0 commit comments

Comments
 (0)