fix: including babel-runtime as a bandaid for polyfill error

This commit is contained in:
Adam Pash 2016-09-19 11:08:45 -04:00
parent 59fb4c4974
commit f58ccec7aa

View File

@ -40,6 +40,7 @@
}, },
"dependencies": { "dependencies": {
"babel-polyfill": "^6.13.0", "babel-polyfill": "^6.13.0",
"babel-runtime": "^6.11.6",
"cheerio": "^0.20.0", "cheerio": "^0.20.0",
"difflib": "^0.2.4", "difflib": "^0.2.4",
"ellipsize": "0.0.2", "ellipsize": "0.0.2",