From 0d8ab0efa3520a45754e22353d97e671c16bf9e4 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 2 Apr 2016 14:26:35 +0200 Subject: [PATCH] devDependencies: add core-js and es6-symbol polyfill for tests --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index b2d8774aab..2e478eb1fc 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,11 @@ "browserify": "^12.0.1", "bundle-collapser": "^1.1.1", "coffee-script": "^1.8.0", + "core-js": "^2.2.1", "coveralls": "^2.11.6", "del": "^2.0.2", "derequire": "^2.0.3", + "es6-symbol": "^3.0.2", "eslint": "1.10.3", "eslint-plugin-react": "4.1.0", "eslint-plugin-react-internal": "file:eslint-rules",