Skip to content

Commit 876bdf4

Browse files
authored
feat: bump jest@24, [email protected], babel@7 (#63)
1 parent ad4edfc commit 876bdf4

File tree

9 files changed

+2799
-2263
lines changed

9 files changed

+2799
-2263
lines changed

.babelrc

-3
This file was deleted.

.eslintignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
flow-typed
3+
build

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[version]
2-
^0.86.0
2+
^0.91.0

babel.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
presets: [
3+
'@babel/preset-react',
4+
'@babel/preset-flow',
5+
['@babel/preset-env', { targets: { node: 6 } }],
6+
],
7+
};

0 commit comments

Comments
 (0)