Skip to content

Commit c4fbcf5

Browse files
committed
Fixing package import problems
1 parent d7056c8 commit c4fbcf5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@aboutbits/react-toolbox",
33
"version": "0.0.4",
44
"description": "Tools for React",
5-
"main": "dist/",
6-
"module": "dist/esm",
5+
"main": "dist/index.js",
6+
"module": "dist/esm/index.js",
77
"sideEffects": false,
88
"scripts": {
99
"build": "npm run build:node && npm run build:esm",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This package includes different tools that support you with common tasks.
66
## Table of content
77

88
- [Usage](#usage)
9-
- [Build & Publish](#build--publish)
109
- [useInterval](#useinterval)
1110
- [Async Data](#async-data)
11+
- [Build & Publish](#build--publish)
1212
- [Information](#information)
1313

1414
## Usage

0 commit comments

Comments
 (0)