Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 21ef2e3

Browse files
committed
fix: point to dist in package.json instead of lib
1 parent 69f6bbd commit 21ef2e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "@superviz/sdk",
33
"version": "0.0.0-development",
44
"description": "SuperViz SDK",
5-
"main": "./lib/index.js",
6-
"types": "./lib/index.d.ts",
5+
"main": "./dist/index.js",
6+
"types": "./dist/index.d.ts",
77
"exports": {
8-
"import": "./lib/index.js",
9-
"require": "./lib/index.cjs.js"
8+
"import": "./dist/index.js",
9+
"require": "./dist/index.cjs.js"
1010
},
1111
"files": [
12-
"lib"
12+
"dist"
1313
],
1414
"scripts": {
1515
"prepare": "husky install",

0 commit comments

Comments
 (0)