File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11node_modules /
2- storybook-static /
3- .storybook /
42temp /
53coverage /
64
5+ storybook-static /
6+ .storybook /
77src /storybook /
88
99.idea /
1010.vscode /
1111
12+ .github /
1213.gitignore
1314
1415rollup.config.mjs
Original file line number Diff line number Diff line change 11{
22 "name" : " @diamondlightsource/sci-react-ui" ,
3- "version" : " 0.0.1" ,
4- "type" : " module" ,
3+ "version" : " 0.0.2" ,
54 "description" : " A theme and component library to make websites at scientific institutions simple to create." ,
65 "author" : " Diamond Light Source" ,
76 "license" : " ISC" ,
87 "repository" : {
98 "type" : " git" ,
109 "url" : " https://github.com/DiamondLightSource/sci-react-ui.git"
1110 },
11+ "main" : " dist/index.cjs.js" ,
12+ "module" : " dist/index.esm.js" ,
13+ "types" : " dist/index.d.ts" ,
1214 "scripts" : {
1315 "build" : " tsc -b && rollup --config rollup.config.mjs" ,
1416 "lint" : " eslint ." ,
2123 "storybook:build" : " storybook build -o storybook-static" ,
2224 "storybook:publish" : " gh-pages -b storybook/publish -d storybook-static"
2325 },
24- "main" : " dist/index.cjs.js" ,
25- "module" : " dist/index.esm.js" ,
26- "types" : " dist/index.d.ts" ,
2726 "dependencies" : {
2827 "@eslint/eslintrc" : " ^3.2.0" ,
2928 "@mui/icons-material" : " ^6.1.7" ,
You can’t perform that action at this time.
0 commit comments