Skip to content

Commit

Permalink
Add Array.find() polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorapple committed Aug 27, 2015
1 parent d37dea3 commit 44baaa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"whatwg-fetch": "^0.9.0"
},
"dependencies": {
"array.prototype.find": "^1.0.0",
"load-script": "^1.0.0"
},
"standard": {
Expand Down
1 change: 1 addition & 0 deletions src/ReactPlayer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { Component, PropTypes } from 'react'
import 'array.prototype.find'

import players from './players'

Expand Down

0 comments on commit 44baaa3

Please sign in to comment.