Downgrade strip-ansi to support IE11/Google Fetch (#3403)

A few discussions:
https://github.com/zeit/next.js/issues/2747
https://github.com/zeit/next.js/issues/3126
# Conflicts:
#	package.json
This commit is contained in:
Ramin B 2017-12-08 17:38:28 -05:00 committed by Tim Neutkens
parent 51f120ec70
commit 5a5b3b6702

View file

@ -91,8 +91,8 @@
"recursive-copy": "2.0.6",
"send": "0.16.1",
"source-map-support": "0.4.18",
"strip-ansi": "4.0.0",
"styled-jsx": "2.1.1",
"strip-ansi": "3.0.1",
"styled-jsx": "2.2.1",
"touch": "3.1.0",
"unfetch": "3.0.0",
"url": "0.11.0",