Skip to content

Commit

Permalink
Merge pull request #520 from FormidableLabs/addDocsToWhitelist
Browse files Browse the repository at this point in the history
Add docs folder to whitelist for spectacle-docs
  • Loading branch information
knitcodemonkey authored May 3, 2018
2 parents fb2ff81 + d31c346 commit 37806d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!/es
!/lib
!/src
!/docs
__snapshots__
*.test.js
!LICENSE
Expand Down
1 change: 1 addition & 0 deletions src/components/slide.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class Slide extends React.PureComponent {
return transition;
}

// eslint-disable-next-line
getTransitionStyles() {
const { transitioning, z } = this.state;
const transition = this.getTransitionKeys();
Expand Down

0 comments on commit 37806d4

Please sign in to comment.