Skip to content

Commit

Permalink
[fixed] Update async-script to get rid of Map polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
dozoisch committed Jul 24, 2018
1 parent 90edbb5 commit fde0d51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@
"mt-changelog": "^0.6.2",
"phantomjs": "^1.9.18",
"react": "^15.5.0",
"react-async-script": "^0.9.1",
"react-dom": "^15.5.0",
"release-script": "^0.5.3",
"webpack": "~1.14.0"
},
"dependencies": {
"prop-types": ">=15.5.0",
"react-async-script": ">=0.9.1"
"react-async-script": ">=0.10.0"
}
}

0 comments on commit fde0d51

Please sign in to comment.