Skip to content

Commit

Permalink
Empty commit. I think.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xi4o committed Jul 29, 2019
1 parent aa499ae commit a59fd30
Show file tree
Hide file tree
Showing 28 changed files with 23 additions and 23 deletions.
Empty file modified .babelrc
100644 → 100755
Empty file.
Empty file modified .eslintrc
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .npmignore
100644 → 100755
Empty file.
Empty file modified .prettierrc
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
24 changes: 12 additions & 12 deletions dist/index.es.js
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.es.js.map
100644 → 100755

Large diffs are not rendered by default.

Empty file modified example/README.md
100644 → 100755
Empty file.
Empty file modified example/package.json
100644 → 100755
Empty file.
Empty file modified example/public/index.html
100644 → 100755
Empty file.
Empty file modified example/public/manifest.json
100644 → 100755
Empty file.
Empty file modified example/src/App.js
100644 → 100755
Empty file.
Empty file modified example/src/index.css
100644 → 100755
Empty file.
Empty file modified example/src/index.js
100644 → 100755
Empty file.
Empty file modified example/yarn.lock
100644 → 100755
Empty file.
Empty file modified index.html
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified rollup.config.js
100644 → 100755
Empty file.
16 changes: 8 additions & 8 deletions src/AlignmentGuides.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -285,18 +285,18 @@ AlignmentGuides.propTypes = {
boxStyle: PropTypes.object,
className: PropTypes.string,
drag: PropTypes.bool,
resize: PropTypes.bool,
rotate: PropTypes.bool,
keybindings: PropTypes.bool,
onRotateStart: PropTypes.func,
onRotate: PropTypes.func,
onRotateEnd: PropTypes.func,
onResizeStart: PropTypes.func,
onResize: PropTypes.func,
onResizeEnd: PropTypes.func,
onDragStart: PropTypes.func,
onDrag: PropTypes.func,
onDragEnd: PropTypes.func,
onResizeStart: PropTypes.func,
onResize: PropTypes.func,
onResizeEnd: PropTypes.func,
onRotateStart: PropTypes.func,
onRotate: PropTypes.func,
onRotateEnd: PropTypes.func,
resize: PropTypes.bool,
rotate: PropTypes.bool,
style: PropTypes.object
};

Expand Down
4 changes: 2 additions & 2 deletions src/Box.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { Component } from 'react';
import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import { RESIZE_HANDLES } from './utils/constants';
import styles from './styles.scss';

class Box extends Component {
class Box extends PureComponent {
constructor(props) {
super(props);
this.state = {
Expand Down
Empty file modified src/index.js
100644 → 100755
Empty file.
Empty file modified src/styles.scss
100644 → 100755
Empty file.
Empty file modified src/utils/constants.js
100644 → 100755
Empty file.
Empty file modified src/utils/helpers.js
100644 → 100755
Empty file.
Empty file modified webpack.config.js
100644 → 100755
Empty file.
Empty file modified yarn.lock
100644 → 100755
Empty file.

0 comments on commit a59fd30

Please sign in to comment.