File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
packages-internal/test-utils Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 4
4
"author" : " MUI Team" ,
5
5
"description" : " Utilities for MUI tests. This is an internal package not meant for general use." ,
6
6
"main" : " ./build/index.js" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/mui/material-ui.git" ,
10
+ "directory" : " packages-internal/test-utils"
11
+ },
7
12
"exports" : {
8
13
"." : " ./build/index.js" ,
9
14
"./createDescribe" : " ./build/createDescribe.js" ,
Original file line number Diff line number Diff line change 8
8
"test" : " cd ../../ && cross-env NODE_ENV=test mocha 'packages/api-docs-builder/**/*.test.?(c|m)[jt]s?(x)'" ,
9
9
"typescript" : " tsc -p tsconfig.json"
10
10
},
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/mui/material-ui.git" ,
14
+ "directory" : " packages/api-docs-builder-core"
15
+ },
11
16
"dependencies" : {
12
17
"@mui-internal/api-docs-builder" : " workspace:^" ,
13
18
"@mui/internal-markdown" : " workspace:^" ,
Original file line number Diff line number Diff line change 7
7
"test" : " cd ../../ && cross-env NODE_ENV=test mocha 'packages/api-docs-builder/**/*.test.?(c|m)[jt]s?(x)'" ,
8
8
"typescript" : " tsc -p tsconfig.json"
9
9
},
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/mui/material-ui.git" ,
13
+ "directory" : " packages/api-docs-builder"
14
+ },
10
15
"dependencies" : {
11
16
"@babel/core" : " ^7.28.4" ,
12
17
"@babel/preset-typescript" : " ^7.27.1" ,
You can’t perform that action at this time.
0 commit comments