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

Commit

Permalink
fix: update filepaths (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericapisani committed Nov 1, 2022
1 parent 259f6c0 commit 308b2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "9.4.0",
"description": "Framework detection utility",
"type": "module",
"main": "./dist/index.cjs",
"main": "./dist/index.umd.cjs",
"exports": {
"node": "./src/main.js",
"default": "./dist/index.cjs"
"default": "./dist/index.umd.cjs"
},
"files": [
"build/*.js",
Expand Down

0 comments on commit 308b2a6

Please sign in to comment.