Skip to content

Commit

Permalink
Add package.json to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Nov 19, 2021
1 parent 4f38c18 commit 564ab11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"require": "./dist/cjs/index.js",
"umd": "./dist/umd/index.js",
"types": "./index.d.ts"
}
},
"./package.json": "./package.json"
},
"type": "module",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 564ab11

Please sign in to comment.