Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 308b2a6

Browse files
authored
fix: update filepaths (#831)
1 parent 259f6c0 commit 308b2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "9.4.0",
44
"description": "Framework detection utility",
55
"type": "module",
6-
"main": "./dist/index.cjs",
6+
"main": "./dist/index.umd.cjs",
77
"exports": {
88
"node": "./src/main.js",
9-
"default": "./dist/index.cjs"
9+
"default": "./dist/index.umd.cjs"
1010
},
1111
"files": [
1212
"build/*.js",

0 commit comments

Comments
 (0)