why
This commit is contained in:
parent
7f1cd44d60
commit
ce5d1d0f59
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user