Skip to content

Commit

Permalink
Fix exports bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Nov 9, 2021
1 parent bd77d09 commit b2c56d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typings": "dist/index.d.ts",
"exports": {
".": {
"browser": "./dist/index.browser.js",
"browser": "./dist/index.js",
"require": "./dist/index.cjs",
"node": "./dist/index.js",
"default": "./dist/index.js"
Expand All @@ -45,12 +45,12 @@
"devDependencies": {
"@types/he": "^1.1.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/node": "^16.11.7",
"jest": "^27.3.1",
"jest-ts-webcompat-resolver": "^1.0.0",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"tsup": "^5.5.0",
"tsup": "^5.6.0",
"typescript": "^4.4.4"
},
"scripts": {
Expand All @@ -68,4 +68,4 @@
"files": [
"dist"
]
}
}

0 comments on commit b2c56d0

Please sign in to comment.