Skip to content

Commit 2485955

Browse files
committed
Try completely removing exports list
1 parent 0e0d935 commit 2485955

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,5 @@
114114
},
115115
"main": "dist/fr/index.js",
116116
"types": "dist/fr/index.d.ts",
117-
"module": "dist/fr/index.js",
118-
"exports": {
119-
".": "./dist/fr/index.js",
120-
"./*": "./dist/*.js",
121-
"./gdpr": "./dist/gdpr/index.js",
122-
"./next-appdir": "./dist/next-appdir/index.js",
123-
"./next-appdir/*": "./dist/next-appdir/*.js",
124-
"./useIsDark": "./dist/useIsDark/index.js",
125-
"./tools/*": "./dist/tools/*.js",
126-
"./dsfr/*": "./dsfr/*",
127-
"./blocks/*": "./dist/blocks/*.js",
128-
"./MainNavigation": "./dist/MainNavigation/index.js",
129-
"./ConsentBanner": "./dist/ConsentBanner/index.js"
130-
}
117+
"module": "dist/fr/index.js"
131118
}

0 commit comments

Comments
 (0)