Skip to content

Commit

Permalink
Merge pull request #160 from primer/add-displayname
Browse files Browse the repository at this point in the history
Add displayName to all components
  • Loading branch information
shawnbot authored Aug 7, 2018
2 parents 2249714 + 1c771f7 commit d5eba9e
Show file tree
Hide file tree
Showing 11 changed files with 912 additions and 216 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"presets": ["env", "stage-0", "react"]
"presets": [
"env",
"stage-0",
"react"
],
"plugins": [
"add-react-displayname"
]
}
36 changes: 18 additions & 18 deletions docs/bundle.js

Large diffs are not rendered by default.

180 changes: 85 additions & 95 deletions docs/components/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/demos/index.html

Large diffs are not rendered by default.

180 changes: 85 additions & 95 deletions docs/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit d5eba9e

Please sign in to comment.