Skip to content

Commit fde0d51

Browse files
committed
[fixed] Update async-script to get rid of Map polyfill
1 parent 90edbb5 commit fde0d51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,12 @@
6868
"mt-changelog": "^0.6.2",
6969
"phantomjs": "^1.9.18",
7070
"react": "^15.5.0",
71-
"react-async-script": "^0.9.1",
7271
"react-dom": "^15.5.0",
7372
"release-script": "^0.5.3",
7473
"webpack": "~1.14.0"
7574
},
7675
"dependencies": {
7776
"prop-types": ">=15.5.0",
78-
"react-async-script": ">=0.9.1"
77+
"react-async-script": ">=0.10.0"
7978
}
8079
}

0 commit comments

Comments
 (0)