Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Jul 18, 2017
1 parent 2708ea1 commit 6833856
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion flow-typed/autobind-decorator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @flow
declare module 'autobind-decorator' {
declare module.exports: *
}
1 change: 0 additions & 1 deletion flow-typed/electron.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @flow
declare module 'electron' {
declare module.exports: {
remote: *
Expand Down
1 change: 0 additions & 1 deletion flow-typed/mime-types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @flow
declare module 'mime-types' {
declare module.exports: *
}
3 changes: 3 additions & 0 deletions flow-typed/mkdirp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module 'mime-types' {
declare module.exports: *
}

0 comments on commit 6833856

Please sign in to comment.