Skip to content

Commit

Permalink
Some fixes for framer and mojave
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Oct 8, 2018
1 parent 0cf8fde commit 1c9364c
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 58 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"markdown-it": "8.4.1",
"mocha": "^5.0.4",
"moment": "^2.20.1",
"node-sass": "^4.5.3",
"node-sass": "^4.9.3",
"nodegit": "^0.22.0",
"npm-run": "^4.1.2",
"pegjs": "^0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/avatar/avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const typeToClassNameMap = {
user: 'euiAvatar--user',
};

const TYPES = Object.keys(typeToClassNameMap);
export const TYPES = Object.keys(typeToClassNameMap);

export const EuiAvatar = ({
className,
Expand Down
Loading

0 comments on commit 1c9364c

Please sign in to comment.