Skip to content

Commit 6833856

Browse files
committed
Fixes
1 parent 2708ea1 commit 6833856

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

flow-typed/autobind-decorator.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @flow
21
declare module 'autobind-decorator' {
32
declare module.exports: *
43
}

flow-typed/electron.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @flow
21
declare module 'electron' {
32
declare module.exports: {
43
remote: *

flow-typed/mime-types.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @flow
21
declare module 'mime-types' {
32
declare module.exports: *
43
}

flow-typed/mkdirp.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare module 'mime-types' {
2+
declare module.exports: *
3+
}

0 commit comments

Comments
 (0)