Skip to content

Commit

Permalink
Merge pull request #209 from woltapp/fix-exports-field-and-release
Browse files Browse the repository at this point in the history
Fix exports field entry
  • Loading branch information
Thisen committed Sep 28, 2022
2 parents 336c91d + f208c1e commit 483859d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "blurhash",
"version": "2.0.1",
"version": "2.0.2",
"description": "Encoder and decoder for the Wolt BlurHash algorithm.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"browser": "./dist/esm/index.js",
"default": "./dist/index.js",
"import": "./dist/index.mjs",
"module": "./dist/esm/index.js",
"require": "./dist/index.js",
"node": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
Expand Down

0 comments on commit 483859d

Please sign in to comment.