fix: unit test on node6.x

This commit is contained in:
harttle
2018-08-21 01:21:30 +08:00
parent 4d4a2d04ec
commit d828c4021e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"presets": ["es2015"],
"presets": ["env"],
"plugins": [
["transform-runtime", {
"helpers": false,
-1
View File
@@ -43,7 +43,6 @@
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.0",