Skip to content

Commit 5f0df19

Browse files
committed
chore: modify exports in package.json
1 parent 6cd2cb4 commit 5f0df19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "image-js-docs",
33
"version": "0.0.0",
44
"private": true,
5+
"main": "docusaurus.config.js",
6+
"exports": {
7+
".": "./docusaurus.config.js",
8+
"./config": "./docusaurus.config.js"
9+
},
510
"scripts": {
611
"build": "docusaurus build",
712
"clear": "docusaurus clear",

0 commit comments

Comments
 (0)