8000 fix: fix main name in package.json · jameswilson/coreui-utils@09b1198 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09b1198

Browse files
committed
fix: fix main name in package.json
1 parent f3bed46 commit 09b1198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"src/",
2929
"dist/"
3030
],
31-
"main": "dist/coreui-utils.js",
31+
"main": "dist/coreui-utils.common.js",
3232
"repository": {
3333
"type": "git",
3434
"url": "https://github.com/coreui/coreui-utils.git"

0 commit comments

Comments
 (0)
0