Update babel

Attempt to fix error

```
Error: only one instance of babel-polyfill is allowed
```
for Nodejs<=4
This commit is contained in:
Jia Hao 2016-03-11 13:47:00 +08:00
parent 54b251ee1c
commit 7783f99e12
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@
"async": "^1.5.2",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.0",
"chai": "^3.4.1",
"del": "^2.2.0",
"eslint-config-google": "^0.3.0",