Skip to content

Commit

Permalink
Fix demo GIF
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lencioni committed Aug 26, 2016
1 parent 67343fd commit 4582913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Expand Up @@ -34,6 +34,7 @@ node_modules

.storybook
examples
public
react-dates-demo.gif
stories
test
public
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@

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

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

## Live Playground

Expand Down
Binary file added react-dates-demo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4582913

Please sign in to comment.