Skip to content

Commit 46cffa0

Browse files
committed
fix: upgrade everything
2 parents 8774fa8 + 8c9ef50 commit 46cffa0

File tree

16 files changed

+4742
-3243
lines changed

16 files changed

+4742
-3243
lines changed

.flowconfig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[ignore]
22
<PROJECT_ROOT>/lib/.*
3-
.*/node_modules/.*/tests?/.*\.json
4-
.*/node_modules/fbjs/.*
3+
<PROJECT_ROOT>/node_modules/fbjs/.*
4+
<PROJECT_ROOT>/node_modules/.*/tests?/.*\.json
55

66
[include]
77
./src
@@ -11,9 +11,6 @@
1111

1212
[options]
1313
module.system=node
14-
module.name_mapper='.*\.sass$' -> 'empty/object'
15-
module.name_mapper='.*\.scss$' -> 'empty/object'
16-
module.name_mapper='.*\.css$' -> 'empty/object'
1714
esproposal.class_static_fields=enable
1815
esproposal.class_instance_fields=enable
19-
suppress_comment= \\(.\\|\n\\)*\\flow-issue
16+

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
coverage
33
node_modules
44
lib
5-
5+
.eslintcache

.storybook/config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ cache:
44
- node_modules
55
notifications:
66
email: false
7-
node_js: '7'
8-
before_script:
9-
- npm prune
7+
node_js:
8+
- '8'
9+
- '7'
1010
after_success:
1111
- npm run codecov
1212
- npm run semantic-release
1313
branches:
1414
except:
1515
- /^v\d+\.\d+\.\d+$/
16-

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {extends: ['@commitlint/config-conventional']}

0 commit comments

Comments
 (0)