Skip to content

Commit

Permalink
Added missing flow-typed dep
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Dec 10, 2016
1 parent c801a60 commit 879d24c
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 60 deletions.
9 changes: 8 additions & 1 deletion flow-typed/npm/eslint_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// flow-typed signature: 26725807d6ad4033003c9e8fd0cb9007
// flow-typed signature: 5e1e55322d0ec1ca897307292e8557d5
// flow-typed version: <<STUB>>/eslint_v^3.11.1/flow_v0.36.0

/**
Expand Down Expand Up @@ -454,6 +454,10 @@ declare module 'eslint/lib/rules/no-array-constructor' {
declare module.exports: any;
}

declare module 'eslint/lib/rules/no-await-in-loop' {
declare module.exports: any;
}

declare module 'eslint/lib/rules/no-bitwise' {
declare module.exports: any;
}
Expand Down Expand Up @@ -1559,6 +1563,9 @@ declare module 'eslint/lib/rules/no-alert.js' {
declare module 'eslint/lib/rules/no-array-constructor.js' {
declare module.exports: $Exports<'eslint/lib/rules/no-array-constructor'>;
}
declare module 'eslint/lib/rules/no-await-in-loop.js' {
declare module.exports: $Exports<'eslint/lib/rules/no-await-in-loop'>;
}
declare module 'eslint/lib/rules/no-bitwise.js' {
declare module.exports: $Exports<'eslint/lib/rules/no-bitwise'>;
}
Expand Down
158 changes: 158 additions & 0 deletions flow-typed/npm/flow-typed_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
// flow-typed signature: 6b7e7904e7470211b6c697088fbcb1bd
// flow-typed version: <<STUB>>/flow-typed_v^2.0.0/flow_v0.36.0

/**
* This is an autogenerated libdef stub for:
*
* 'flow-typed'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module 'flow-typed' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'flow-typed/dist/cli' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/create-stub' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/install' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/runTests' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/search' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/update-cache' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/update' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/validateDefs' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/version' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/codeSign' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/fileUtils' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/flowProjectUtils' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/git' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/github' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/libDefs' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/node' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/npmProjectUtils' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/semver' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/stubUtils' {
declare module.exports: any;
}

// Filename aliases
declare module 'flow-typed/dist/cli.js' {
declare module.exports: $Exports<'flow-typed/dist/cli'>;
}
declare module 'flow-typed/dist/commands/create-stub.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/create-stub'>;
}
declare module 'flow-typed/dist/commands/install.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/install'>;
}
declare module 'flow-typed/dist/commands/runTests.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/runTests'>;
}
declare module 'flow-typed/dist/commands/search.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/search'>;
}
declare module 'flow-typed/dist/commands/update-cache.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/update-cache'>;
}
declare module 'flow-typed/dist/commands/update.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/update'>;
}
declare module 'flow-typed/dist/commands/validateDefs.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/validateDefs'>;
}
declare module 'flow-typed/dist/commands/version.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/version'>;
}
declare module 'flow-typed/dist/lib/codeSign.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/codeSign'>;
}
declare module 'flow-typed/dist/lib/fileUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/fileUtils'>;
}
declare module 'flow-typed/dist/lib/flowProjectUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/flowProjectUtils'>;
}
declare module 'flow-typed/dist/lib/git.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/git'>;
}
declare module 'flow-typed/dist/lib/github.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/github'>;
}
declare module 'flow-typed/dist/lib/libDefs.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/libDefs'>;
}
declare module 'flow-typed/dist/lib/node.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/node'>;
}
declare module 'flow-typed/dist/lib/npmProjectUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/npmProjectUtils'>;
}
declare module 'flow-typed/dist/lib/semver.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/semver'>;
}
declare module 'flow-typed/dist/lib/stubUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/stubUtils'>;
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"fbjs-scripts": "^0.7.1",
"file-loader": "^0.9.0",
"flow-bin": "^0.36.0",
"flow-typed": "^2.0.0",
"html-webpack-plugin": "^2.24.1",
"jsdom": "^9.8.3",
"json-loader": "^0.5.4",
Expand Down
Loading

0 comments on commit 879d24c

Please sign in to comment.