mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Fixes
This commit is contained in:
parent
2708ea1c3e
commit
683385690d
1
flow-typed/autobind-decorator.js
vendored
1
flow-typed/autobind-decorator.js
vendored
@ -1,4 +1,3 @@
|
|||||||
// @flow
|
|
||||||
declare module 'autobind-decorator' {
|
declare module 'autobind-decorator' {
|
||||||
declare module.exports: *
|
declare module.exports: *
|
||||||
}
|
}
|
||||||
|
1
flow-typed/electron.js
vendored
1
flow-typed/electron.js
vendored
@ -1,4 +1,3 @@
|
|||||||
// @flow
|
|
||||||
declare module 'electron' {
|
declare module 'electron' {
|
||||||
declare module.exports: {
|
declare module.exports: {
|
||||||
remote: *
|
remote: *
|
||||||
|
1
flow-typed/mime-types.js
vendored
1
flow-typed/mime-types.js
vendored
@ -1,4 +1,3 @@
|
|||||||
// @flow
|
|
||||||
declare module 'mime-types' {
|
declare module 'mime-types' {
|
||||||
declare module.exports: *
|
declare module.exports: *
|
||||||
}
|
}
|
||||||
|
3
flow-typed/mkdirp.js
vendored
Normal file
3
flow-typed/mkdirp.js
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
declare module 'mime-types' {
|
||||||
|
declare module.exports: *
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user