Skip to content

Commit

Permalink
wip: fix exports dir
Browse files Browse the repository at this point in the history
  • Loading branch information
asppsa committed Jul 25, 2024
1 parent 408455b commit d5e41e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"exports": {
".": "./src/dragonBones.js",
"createjs": "./src/dragonBonesCreateJS.js"
"./createjs": "./src/dragonBonesCreateJS.js"
}
}

0 comments on commit d5e41e1

Please sign in to comment.