Skip to content

Commit

Permalink
🚨 Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Apr 10, 2020
1 parent c602719 commit b31a815
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-images",
"version": "1.1.1",
"version": "1.1.2",
"description": "A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS",
"main": "lib/index.js",
"jsnext:main": "dist/react-images.es.js",
Expand Down
1 change: 0 additions & 1 deletion src/components/Modal/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { type CarouselType } from '../Carousel';
import { defaultModalStyles, type ModalStylesConfig } from '../../styles';
import { isTouch, className } from '../../utils';
import componentBaseClassNames from '../componentBaseClassNames';
import { FocusOn } from 'react-focus-on';

type MouseOrKeyboardEvent = MouseEvent | KeyboardEvent;
export type CloseType = (event: MouseOrKeyboardEvent) => void;
Expand Down

0 comments on commit b31a815

Please sign in to comment.