Skip to content

Commit

Permalink
fix builds for NPMCDN
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Aug 16, 2016
1 parent bdc923e commit 36a7fba
Show file tree
Hide file tree
Showing 42 changed files with 10 additions and 4,904 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Expand Up @@ -5,10 +5,11 @@
.AppleDouble
.LSOverride

# Bower & Node Modules
# NPM
node_modules
npm-debug.log
app/bower_components
/dist/
/lib/

# General Files
.sass-cache
Expand All @@ -17,4 +18,4 @@ app/bower_components
.svn
.cache
.project
.tmp
.tmp
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,11 @@ Components and decorators to help build video & audio players in React. Supports

`bower install react-media-player --save`

```html
<script src="https://npmcdn.com/react-media-player/dist/react-media-player.js"></script>
(UMD library exposed as `ReactMediaPlayer`)
```

<br/>

## `Media` component
Expand Down

0 comments on commit 36a7fba

Please sign in to comment.