Skip to content

Commit

Permalink
fix: using wildcard exports
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebtc committed May 25, 2022
1 parent f197b77 commit 64a5e01
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
@@ -1,13 +1,13 @@
{
"name": "@otohime-site/parser",
"version": "22.5.1",
"version": "22.5.2",
"license": "MIT",
"type": "module",
"types": "index.d.ts",
"homepage": "https://github.com/otohime-site/parser#readme",
"exports": {
".": "./index.js",
"./dx_intl": "./dx_intl/index.js"
"./dx_intl": "./dx_intl/*.js"
},
"scripts": {
"lint": "eslint",
Expand Down

0 comments on commit 64a5e01

Please sign in to comment.