Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amareshsm committed Jul 31, 2020
1 parent 562a02b commit c008a1d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ node_modules

storybook-static

coverage
coverage

build
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ node_modules

storybook-static

coverage
coverage

documentation/build
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@

/coverage

*.md
*.md

documentation/build
2 changes: 1 addition & 1 deletion documentation/src/components/CJS/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const CJS = (props) => {
<MenuIcon />
</IconButton>
<Typography variant="h6" noWrap>
Installation
CJS
</Typography>
</Toolbar>
</AppBar>
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/components/ESM/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const ESM = (props) => {
<MenuIcon />
</IconButton>
<Typography variant="h6" noWrap>
Installation
ESM
</Typography>
</Toolbar>
</AppBar>
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/components/UMD/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const UMD = (props) => {
<MenuIcon />
</IconButton>
<Typography variant="h6" noWrap>
Installation
UMD
</Typography>
</Toolbar>
</AppBar>
Expand Down

0 comments on commit c008a1d

Please sign in to comment.