There was an error while loading. Please reload this page.
1 parent d7056c8 commit c4fbcf5Copy full SHA for c4fbcf5
2 files changed
package.json
@@ -2,8 +2,8 @@
2
"name": "@aboutbits/react-toolbox",
3
"version": "0.0.4",
4
"description": "Tools for React",
5
- "main": "dist/",
6
- "module": "dist/esm",
+ "main": "dist/index.js",
+ "module": "dist/esm/index.js",
7
"sideEffects": false,
8
"scripts": {
9
"build": "npm run build:node && npm run build:esm",
readme.md
@@ -6,9 +6,9 @@ This package includes different tools that support you with common tasks.
## Table of content
- [Usage](#usage)
-- [Build & Publish](#build--publish)
10
- [useInterval](#useinterval)
11
- [Async Data](#async-data)
+- [Build & Publish](#build--publish)
12
- [Information](#information)
13
14
## Usage
0 commit comments