Skip to content

Commit e997d31

Browse files
authored
[6.x] Update type paths in package.json (#13700)
1 parent fcb95b4 commit e997d31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/cms/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
},
1111
"exports": {
1212
".": {
13-
"types": "./types/resources/js/bootstrap/cms/index.d.ts",
13+
"types": "./types/bootstrap/cms/index.d.ts",
1414
"default": "./src/index.js"
1515
},
1616
"./ui": {
17-
"types": "./types/resources/js/bootstrap/cms/ui.d.ts",
17+
"types": "./types/bootstrap/cms/ui.d.ts",
1818
"default": "./src/ui.js"
1919
},
2020
"./api": {
21-
"types": "./types/resources/js/bootstrap/cms/api.d.ts",
21+
"types": "./types/bootstrap/cms/api.d.ts",
2222
"default": "./src/api.js"
2323
},
2424
"./ui.css": "./src/ui.css",
2525
"./tailwind.css": "./src/tailwind.css",
2626
"./bard": {
27-
"types": "./types/resources/js/bootstrap/cms/bard.d.ts",
27+
"types": "./types/bootstrap/cms/bard.d.ts",
2828
"default": "./src/bard.js"
2929
},
3030
"./save-pipeline": {
31-
"types": "./types/resources/js/bootstrap/cms/save-pipeline.d.ts",
31+
"types": "./types/bootstrap/cms/save-pipeline.d.ts",
3232
"default": "./src/save-pipeline.js"
3333
},
3434
"./inertia": {
35-
"types": "./types/resources/js/bootstrap/cms/inertia.d.ts",
35+
"types": "./types/bootstrap/cms/inertia.d.ts",
3636
"default": "./src/inertia.js"
3737
},
3838
"./vite-plugin": {

0 commit comments

Comments
 (0)