Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Jan 16, 2018
2 parents b216c6a + 78bd817 commit a6d20cf
Show file tree
Hide file tree
Showing 32 changed files with 1,457 additions and 394 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ cache:
- node_modules
notifications:
email: false
node_js: 8
node_js:
- '8'
- '7'
- '6'
install:
- yarn install --ignore-engines --check-files --frozen-lockfile
script:
- yarn run prepublishOnly
after_success:
- npm run codecov
- npm run semantic-release
- npm-run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
136 changes: 136 additions & 0 deletions flow-typed/npm/@commitlint/cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
// flow-typed signature: 6b3e411701babc2e6f6520580da2616a
// flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
*
* '@commitlint/cli'
*
* 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 '@commitlint/cli' {
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 '@commitlint/cli/fixtures/empty/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/extends-root/extended' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/parser-preset/parser-preset' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/signoff/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/simple/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/cli' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/cli.test' {
declare module.exports: any;
}

declare module '@commitlint/cli/lib/help' {
declare module.exports: any;
}

declare module '@commitlint/cli/src/cli' {
declare module.exports: any;
}

declare module '@commitlint/cli/src/cli.test' {
declare module.exports: any;
}

declare module '@commitlint/cli/src/help' {
declare module.exports: any;
}

// Filename aliases
declare module '@commitlint/cli/fixtures/empty/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/empty/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/extends-root/extended.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/extends-root/extended'>;
}
declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/parser-preset/parser-preset.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/parser-preset'>;
}
declare module '@commitlint/cli/fixtures/signoff/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/signoff/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/simple/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/simple/commitlint.config'>;
}
declare module '@commitlint/cli/index' {
declare module.exports: $Exports<'@commitlint/cli'>;
}
declare module '@commitlint/cli/index.js' {
declare module.exports: $Exports<'@commitlint/cli'>;
}
declare module '@commitlint/cli/lib/cli.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/cli'>;
}
declare module '@commitlint/cli/lib/cli.test.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/cli.test'>;
}
declare module '@commitlint/cli/lib/help.js' {
declare module.exports: $Exports<'@commitlint/cli/lib/help'>;
}
declare module '@commitlint/cli/src/cli.js' {
declare module.exports: $Exports<'@commitlint/cli/src/cli'>;
}
declare module '@commitlint/cli/src/cli.test.js' {
declare module.exports: $Exports<'@commitlint/cli/src/cli.test'>;
}
declare module '@commitlint/cli/src/help.js' {
declare module.exports: $Exports<'@commitlint/cli/src/help'>;
}
33 changes: 33 additions & 0 deletions flow-typed/npm/@commitlint/config-conventional_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// flow-typed signature: 211481ade58a5d1b48d157e08d068cc3
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^5.2.3/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
*
* '@commitlint/config-conventional'
*
* 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 '@commitlint/config-conventional' {
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.
*/


// Filename aliases
declare module '@commitlint/config-conventional/index' {
declare module.exports: $Exports<'@commitlint/config-conventional'>;
}
declare module '@commitlint/config-conventional/index.js' {
declare module.exports: $Exports<'@commitlint/config-conventional'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/@jedwards1211/eslint-config-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 649c5bf13597ce10e87439f975ea1b64
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.56.0
// flow-typed signature: 7be3f328e60a5bb311c142ba0bf1e16d
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
33 changes: 33 additions & 0 deletions flow-typed/npm/@jedwards1211/eslint-config_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// flow-typed signature: 6be0a15102c7305fbc30e7744c9e0e60
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
*
* '@jedwards1211/eslint-config'
*
* 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 '@jedwards1211/eslint-config' {
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.
*/


// Filename aliases
declare module '@jedwards1211/eslint-config/index' {
declare module.exports: $Exports<'@jedwards1211/eslint-config'>;
}
declare module '@jedwards1211/eslint-config/index.js' {
declare module.exports: $Exports<'@jedwards1211/eslint-config'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: b5252004a61fdadfdfd5fec19f08b821
// flow-typed version: <<STUB>>/babel-cli_v^6.22.2/flow_v0.56.0
// flow-typed signature: debed58282ea443d028bc66577ab76de
// flow-typed version: <<STUB>>/babel-cli_v^6.23.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-core_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 51a7f9d4540708092d6a6be1cac61c49
// flow-typed version: <<STUB>>/babel-core_v^6.22.1/flow_v0.56.0
// flow-typed signature: 669de618145bac35eba54f80d782f867
// flow-typed version: <<STUB>>/babel-core_v^6.23.1/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
11 changes: 2 additions & 9 deletions flow-typed/npm/babel-eslint_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: ed75b46c9ce56e73e2efeeb187f34fdf
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.56.0
// flow-typed signature: 6b5138b496b1c155bc0d934dce2ec44f
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand All @@ -26,10 +26,6 @@ declare module 'babel-eslint/babylon-to-espree/attachComments' {
declare module.exports: any;
}

declare module 'babel-eslint/babylon-to-espree/convertComments' {
declare module.exports: any;
}

declare module 'babel-eslint/babylon-to-espree/convertTemplateType' {
declare module.exports: any;
}
Expand All @@ -54,9 +50,6 @@ declare module 'babel-eslint/babylon-to-espree/toTokens' {
declare module 'babel-eslint/babylon-to-espree/attachComments.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/attachComments'>;
}
declare module 'babel-eslint/babylon-to-espree/convertComments.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertComments'>;
}
declare module 'babel-eslint/babylon-to-espree/convertTemplateType.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertTemplateType'>;
}
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-plugin-istanbul_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 2c8aed7dc06d1de959e491ceaa19f7d2
// flow-typed version: <<STUB>>/babel-plugin-istanbul_v^4.0.0/flow_v0.56.0
// flow-typed signature: c4168d117917dbd4a5fabebea5285444
// flow-typed version: <<STUB>>/babel-plugin-istanbul_v^4.0.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-plugin-transform-runtime_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 5d3072e4c9359e179a007a7463957026
// flow-typed version: <<STUB>>/babel-plugin-transform-runtime_v^6.22.0/flow_v0.56.0
// flow-typed signature: d199216ac1aba5e51f670d9be94d52ac
// flow-typed version: <<STUB>>/babel-plugin-transform-runtime_v^6.23.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-preset-es2015_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 1aa90d1a37f4b293acf6ccca37500a1f
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.22.0/flow_v0.56.0
// flow-typed signature: d8f4c768b67c5c34bbefee81693df8e8
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.22.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-preset-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: f7cd19246840146e8af60e42140fe81b
// flow-typed version: <<STUB>>/babel-preset-flow_v^6.23.0/flow_v0.56.0
// flow-typed signature: d0d6bbe626f5acb16d685f9a6786460e
// flow-typed version: <<STUB>>/babel-preset-flow_v^6.23.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-preset-stage-1_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: b5bfce78dd0ab8b9428ff4c4410792c0
// flow-typed version: <<STUB>>/babel-preset-stage-1_v^6.22.0/flow_v0.56.0
// flow-typed signature: 749a97ef8c8f17b42c82ab34697f53c9
// flow-typed version: <<STUB>>/babel-preset-stage-1_v^6.22.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-register_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: feb7857bef5a6af75a5c4a75a3a65163
// flow-typed version: <<STUB>>/babel-register_v^6.22.0/flow_v0.56.0
// flow-typed signature: 1807e4a15c56d41378a573e2bf0f7283
// flow-typed version: <<STUB>>/babel-register_v^6.23.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-runtime_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: b1d1ee34637a5d707cb4cccd160c9a07
// flow-typed version: <<STUB>>/babel-runtime_v^6.22.0/flow_v0.56.0
// flow-typed signature: 9a2c0fd2f13cf3628642fa81ab65a1bc
// flow-typed version: <<STUB>>/babel-runtime_v^6.23.0/flow_v0.61.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/chai_v3.5.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 7068b99e72a71ca87a69bd3b2125d629
// flow-typed version: 2830a5feed/chai_v3.5.x/flow_>=v0.15.0
// flow-typed signature: f80f981d039947b3f29f0f437061852a
// flow-typed version: da30fe6876/chai_v3.5.x/flow_>=v0.25.0

declare module "chai" {
declare type ExpectChain<T> = {
Expand Down
Loading

0 comments on commit a6d20cf

Please sign in to comment.