Fixed invalid dependency version number
This commit is contained in:
parent
fb71b61ba5
commit
111b85a4cb
File diff suppressed because it is too large
Load Diff
|
@ -37,7 +37,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "0.17.0",
|
"ava": "0.17.0",
|
||||||
"babel-core": "6.21.2",
|
"babel-core": "6.23.1",
|
||||||
"babel-loader": "6.2.10",
|
"babel-loader": "6.2.10",
|
||||||
"babel-plugin-transform-flow-strip-types": "6.21.0",
|
"babel-plugin-transform-flow-strip-types": "6.21.0",
|
||||||
"babel-preset-es2015": "6.24.1",
|
"babel-preset-es2015": "6.24.1",
|
||||||
|
|
Loading…
Reference in New Issue