This commit is contained in:
Henry Zhu 2017-07-25 17:47:59 -04:00
parent 7f1cd44d60
commit ce5d1d0f59
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-class-properties": "7.0.0-alpha.16",
"babel-plugin-transform-function-sent": "7.0.0-alpha.15",
"babel-plugin-transform-function-sent2": "7.0.0-alpha.16",
"babel-preset-stage-3": "7.0.0-alpha.16"
}
}

View File

@ -1,7 +1,7 @@
import presetStage3 from "babel-preset-stage-3";
import transformClassProperties from "babel-plugin-transform-class-properties";
import transformFunctionSent from "babel-plugin-transform-function-sent";
import transformFunctionSent from "babel-plugin-transform-function-sent2";
export default function() {
return {