Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
tslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jussikinnula committed Jul 11, 2018
1 parent ee40751 commit af913db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PromiseQueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export default class PromiseQueue {
});
}
}
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './PageTransition';
export * from './PageTransition';

0 comments on commit af913db

Please sign in to comment.