Skip to content

Commit

Permalink
Add babel-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlobin committed May 17, 2016
1 parent 18e91e9 commit e081390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es-ajax",
"description": "Ajax (fetch or xhr2) with promises - an useful JavaScript library for convenient work with ajax requests in a browser.",
"version": "1.1.2",
"version": "1.1.3",
"main": "src/index.js",
"files": [
"src",
Expand Down Expand Up @@ -48,6 +48,7 @@
"babel-loader": "^6.2.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^2.10.1",
Expand Down

0 comments on commit e081390

Please sign in to comment.