File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
eslint-plugin-material-ui Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
"description" : " Custom eslint rules for Material-UI." ,
6
6
"main" : " src/index.js" ,
7
7
"scripts" : {
8
+ "build" : " echo \" Nothing to build in eslint-plugin-material-ui\" " ,
8
9
"test" : " mocha src/**/*.test.js"
9
10
},
10
11
"repository" : {
Original file line number Diff line number Diff line change 13
13
"homepage" : " https://github.com/mui-org/material-ui/tree/master/packages/material-ui-benchmark" ,
14
14
"scripts" : {
15
15
"benchmark" : " cd ../../ && NODE_ENV=production BABEL_ENV=docs-production babel-node packages/material-ui-benchmark/src/benchmark.js" ,
16
+ "build" : " echo \" Nothing to build in @material-ui/benchmark\" " ,
16
17
"server" : " cd ../../ && NODE_ENV=production BABEL_ENV=docs-production babel-node packages/material-ui-benchmark/src/server.js"
17
18
},
18
19
"devDependencies" : {},
You can’t perform that action at this time.
0 commit comments