Skip to content

Commit

Permalink
fix(tests): add missing babel-polyfill to package.json
Browse files Browse the repository at this point in the history
Add missing babel-polyfill to package.json, so that tests
run in the browsers that do not support ES6 features run
without issues.

Closes #2261
  • Loading branch information
mpodlasin committed Apr 24, 2017
1 parent dc2e7f1 commit b277ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
},
"homepage": "https://github.com/ReactiveX/RxJS",
"devDependencies": {
"babel-polyfill": "^6.23.0",
"benchmark": "^2.1.0",
"benchpress": "2.0.0-beta.1",
"chai": "^3.5.0",
Expand Down

0 comments on commit b277ce9

Please sign in to comment.