Skip to content

Commit 4582913

Browse files
committed
Fix demo GIF
I originally added this to the gh-pages branch so that the GIF wouldn't bloat the repo or the package that people install. However, I didn't realize that we have a script that blows all of those files away whenever we publish, so it quickly disappeared. We've decided that repo bloat is okay, and we can .npmignore this file for the sake of installers. While I was at it, I sorted some things alphabetically in the .npmignore file.
1 parent 67343fd commit 4582913

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ node_modules
3434

3535
.storybook
3636
examples
37+
public
38+
react-dates-demo.gif
3739
stories
3840
test
39-
public

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
An accessible, easily internationalizable, mobile-friendly datepicker library for the web.
1212

13-
![react-dates in action](https://raw.githubusercontent.com/airbnb/react-dates/gh-pages/images/react-dates.gif)
13+
![react-dates in action](https://raw.githubusercontent.com/airbnb/react-dates/master/images/react-dates-demo.gif)
1414

1515
## Live Playground
1616

react-dates-demo.gif

172 KB
Loading

0 commit comments

Comments
 (0)