Skip to content

Commit

Permalink
chore: clean up examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
glenkurniawan-adslot committed Mar 17, 2020
1 parent 3aff62c commit dfcfde4
Show file tree
Hide file tree
Showing 131 changed files with 68 additions and 6,621 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:eslint": "eslint --ext .jsx,.js ./src && eslint --ext .jsx,.js ./www",
"lint:prettier": "prettier-check '{src,www,config}/**/*.{js,json,jsx,mdx}'",
"lint": "npm run lint:eslint && npm run lint:sass && npm run lint:prettier",
"prettier": "prettier \"{src,www,config}/**/*.{js,json,jsx}\" --write",
"prettier": "prettier \"{src,www,config}/**/*.{js,json,jsx,mdx}\" --write",
"svgo": "svgo --recursive --multipass --folder=src --config=svgo-config.yml",
"posttest": "npm run lint",
"postversion": "git push -u origin $(git rev-parse --abbrev-ref HEAD) --follow-tags && npm publish && echo '…released.'",
Expand Down
2 changes: 2 additions & 0 deletions src/components/ActionPanel/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ const ActionPanel = React.forwardRef((props, ref) => {
return isModal ? ReactDOM.createPortal(actionPanel, document.body) : actionPanel;
});

ActionPanel.displayName = 'ActionPanel';

ActionPanel.propTypes = {
title: PropTypes.string.isRequired,
className: PropTypes.string,
Expand Down
58 changes: 0 additions & 58 deletions www/components/Contributors/index.jsx

This file was deleted.

13 changes: 0 additions & 13 deletions www/components/Contributors/styles.scss

This file was deleted.

58 changes: 0 additions & 58 deletions www/components/Example/index.jsx

This file was deleted.

29 changes: 0 additions & 29 deletions www/components/Example/styles.scss

This file was deleted.

Loading

0 comments on commit dfcfde4

Please sign in to comment.