Skip to content

Commit

Permalink
fixed eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Richardvanwill committed Sep 8, 2016
1 parent 9fdf713 commit 1d55931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TouchID.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export default {
isSupported() {
return false;
}
}
};
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import TouchID from './TouchID';

export default TouchID;
export default TouchID;

0 comments on commit 1d55931

Please sign in to comment.