Skip to content

Commit b0496a5

Browse files
committed
Fixing wrong import path
1 parent 1f2eec2 commit b0496a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "AboutBits",
77
"license": "MIT",
88
"private": false,
9-
"main": "index.js",
9+
"main": "lib/index.js",
1010
"scripts": {
1111
"build": "tsc",
1212
"lint": "eslint --ext js,ts,tsx src",

0 commit comments

Comments
 (0)