From 969bb4876634b78928315d625ef50f512ce238d9 Mon Sep 17 00:00:00 2001 From: Jen Luker Date: Thu, 3 May 2018 13:47:49 -0600 Subject: [PATCH 1/2] Add docs folder to whitelist for spectacle-docs --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 3d20936a4..b91999e64 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,7 @@ !/es !/lib !/src +!/docs __snapshots__ *.test.js !LICENSE From d31c3467fc885245830477cd50845d099ab0a55f Mon Sep 17 00:00:00 2001 From: Jen Luker Date: Thu, 3 May 2018 14:06:25 -0600 Subject: [PATCH 2/2] Ignoring a linting error --- src/components/slide.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/slide.js b/src/components/slide.js index b462a467f..ed7ef8a57 100644 --- a/src/components/slide.js +++ b/src/components/slide.js @@ -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();