Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add STYLEGUIDE.md as an exportable file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Stone committed Jul 23, 2018
1 parent 61df475 commit d75a404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/emotion-styles/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"es",
"lib",
"umd",
"src"
"src",
"STYLEGUIDE.md"
],
"scripts": {
"build": "create-react-styleguide script build",
Expand Down
3 changes: 2 additions & 1 deletion templates/inline-styles/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"es",
"lib",
"umd",
"src"
"src",
"STYLEGUIDE.md"
],
"scripts": {
"build": "create-react-styleguide script build",
Expand Down

0 comments on commit d75a404

Please sign in to comment.