Skip to content

Commit 6bc9f5c

Browse files
committed
fix(package): not pointing correct main module
1 parent b0c4639 commit 6bc9f5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"elect",
1010
"elex"
1111
],
12-
"main": "dist/elex.js",
13-
"typings": "dist/index.d.ts",
12+
"main": "build/index.js",
13+
"typings": "build/index.d.ts",
1414
"repository": "git@github.com:nampdn/elex.git",
1515
"author": "Nam Pham <nampdn@protonmail.com>",
1616
"license": "MIT",

0 commit comments

Comments
 (0)