Skip to content

Commit a780ee6

Browse files
committed
2 parents cf440c7 + 9635fee commit a780ee6

35 files changed

+7640
-197
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ notifications:
77
node_js:
88
- '8'
99
- '7'
10+
- '6'
11+
install:
12+
- yarn install --ignore-engines --check-files --frozen-lockfile
13+
script:
14+
- yarn run prepublishOnly
1015
after_success:
1116
- npm run codecov
12-
- npm run semantic-release
17+
- npm run travis-deploy-once "npm run semantic-release"
1318
branches:
1419
except:
1520
- /^v\d+\.\d+\.\d+$/
+136
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
// flow-typed signature: 6b3e411701babc2e6f6520580da2616a
2+
// flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5/flow_v0.61.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@commitlint/cli'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@commitlint/cli' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module '@commitlint/cli/fixtures/empty/commitlint.config' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module '@commitlint/cli/fixtures/extends-root/extended' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module '@commitlint/cli/fixtures/parser-preset/parser-preset' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module '@commitlint/cli/fixtures/signoff/commitlint.config' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module '@commitlint/cli/fixtures/simple/commitlint.config' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module '@commitlint/cli/lib/cli' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module '@commitlint/cli/lib/cli.test' {
66+
declare module.exports: any;
67+
}
68+
69+
declare module '@commitlint/cli/lib/help' {
70+
declare module.exports: any;
71+
}
72+
73+
declare module '@commitlint/cli/src/cli' {
74+
declare module.exports: any;
75+
}
76+
77+
declare module '@commitlint/cli/src/cli.test' {
78+
declare module.exports: any;
79+
}
80+
81+
declare module '@commitlint/cli/src/help' {
82+
declare module.exports: any;
83+
}
84+
85+
// Filename aliases
86+
declare module '@commitlint/cli/fixtures/empty/commitlint.config.js' {
87+
declare module.exports: $Exports<'@commitlint/cli/fixtures/empty/commitlint.config'>;
88+
}
89+
declare module '@commitlint/cli/fixtures/extends-root/extended.js' {
90+
declare module.exports: $Exports<'@commitlint/cli/fixtures/extends-root/extended'>;
91+
}
92+
declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' {
93+
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/commitlint.config'>;
94+
}
95+
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' {
96+
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>;
97+
}
98+
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' {
99+
declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>;
100+
}
101+
declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config.js' {
102+
declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/commitlint.config'>;
103+
}
104+
declare module '@commitlint/cli/fixtures/parser-preset/parser-preset.js' {
105+
declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/parser-preset'>;
106+
}
107+
declare module '@commitlint/cli/fixtures/signoff/commitlint.config.js' {
108+
declare module.exports: $Exports<'@commitlint/cli/fixtures/signoff/commitlint.config'>;
109+
}
110+
declare module '@commitlint/cli/fixtures/simple/commitlint.config.js' {
111+
declare module.exports: $Exports<'@commitlint/cli/fixtures/simple/commitlint.config'>;
112+
}
113+
declare module '@commitlint/cli/index' {
114+
declare module.exports: $Exports<'@commitlint/cli'>;
115+
}
116+
declare module '@commitlint/cli/index.js' {
117+
declare module.exports: $Exports<'@commitlint/cli'>;
118+
}
119+
declare module '@commitlint/cli/lib/cli.js' {
120+
declare module.exports: $Exports<'@commitlint/cli/lib/cli'>;
121+
}
122+
declare module '@commitlint/cli/lib/cli.test.js' {
123+
declare module.exports: $Exports<'@commitlint/cli/lib/cli.test'>;
124+
}
125+
declare module '@commitlint/cli/lib/help.js' {
126+
declare module.exports: $Exports<'@commitlint/cli/lib/help'>;
127+
}
128+
declare module '@commitlint/cli/src/cli.js' {
129+
declare module.exports: $Exports<'@commitlint/cli/src/cli'>;
130+
}
131+
declare module '@commitlint/cli/src/cli.test.js' {
132+
declare module.exports: $Exports<'@commitlint/cli/src/cli.test'>;
133+
}
134+
declare module '@commitlint/cli/src/help.js' {
135+
declare module.exports: $Exports<'@commitlint/cli/src/help'>;
136+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// flow-typed signature: 211481ade58a5d1b48d157e08d068cc3
2+
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^5.2.3/flow_v0.61.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@commitlint/config-conventional'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@commitlint/config-conventional' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
26+
27+
// Filename aliases
28+
declare module '@commitlint/config-conventional/index' {
29+
declare module.exports: $Exports<'@commitlint/config-conventional'>;
30+
}
31+
declare module '@commitlint/config-conventional/index.js' {
32+
declare module.exports: $Exports<'@commitlint/config-conventional'>;
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// flow-typed signature: 7be3f328e60a5bb311c142ba0bf1e16d
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.61.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@jedwards1211/eslint-config-flow'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@jedwards1211/eslint-config-flow' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
26+
27+
// Filename aliases
28+
declare module '@jedwards1211/eslint-config-flow/index' {
29+
declare module.exports: $Exports<'@jedwards1211/eslint-config-flow'>;
30+
}
31+
declare module '@jedwards1211/eslint-config-flow/index.js' {
32+
declare module.exports: $Exports<'@jedwards1211/eslint-config-flow'>;
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// flow-typed signature: 6be0a15102c7305fbc30e7744c9e0e60
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.61.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@jedwards1211/eslint-config'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@jedwards1211/eslint-config' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
26+
27+
// Filename aliases
28+
declare module '@jedwards1211/eslint-config/index' {
29+
declare module.exports: $Exports<'@jedwards1211/eslint-config'>;
30+
}
31+
declare module '@jedwards1211/eslint-config/index.js' {
32+
declare module.exports: $Exports<'@jedwards1211/eslint-config'>;
33+
}

flow-typed/npm/babel-cli_vx.x.x.js

+108
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
// flow-typed signature: debed58282ea443d028bc66577ab76de
2+
// flow-typed version: <<STUB>>/babel-cli_v^6.23.0/flow_v0.61.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-cli'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-cli' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-cli/bin/babel-doctor' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-cli/bin/babel-external-helpers' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-cli/bin/babel-node' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-cli/bin/babel' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-cli/lib/_babel-node' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-cli/lib/babel-external-helpers' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'babel-cli/lib/babel-node' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'babel-cli/lib/babel/dir' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'babel-cli/lib/babel/file' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module 'babel-cli/lib/babel/index' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module 'babel-cli/lib/babel/util' {
66+
declare module.exports: any;
67+
}
68+
69+
// Filename aliases
70+
declare module 'babel-cli/bin/babel-doctor.js' {
71+
declare module.exports: $Exports<'babel-cli/bin/babel-doctor'>;
72+
}
73+
declare module 'babel-cli/bin/babel-external-helpers.js' {
74+
declare module.exports: $Exports<'babel-cli/bin/babel-external-helpers'>;
75+
}
76+
declare module 'babel-cli/bin/babel-node.js' {
77+
declare module.exports: $Exports<'babel-cli/bin/babel-node'>;
78+
}
79+
declare module 'babel-cli/bin/babel.js' {
80+
declare module.exports: $Exports<'babel-cli/bin/babel'>;
81+
}
82+
declare module 'babel-cli/index' {
83+
declare module.exports: $Exports<'babel-cli'>;
84+
}
85+
declare module 'babel-cli/index.js' {
86+
declare module.exports: $Exports<'babel-cli'>;
87+
}
88+
declare module 'babel-cli/lib/_babel-node.js' {
89+
declare module.exports: $Exports<'babel-cli/lib/_babel-node'>;
90+
}
91+
declare module 'babel-cli/lib/babel-external-helpers.js' {
92+
declare module.exports: $Exports<'babel-cli/lib/babel-external-helpers'>;
93+
}
94+
declare module 'babel-cli/lib/babel-node.js' {
95+
declare module.exports: $Exports<'babel-cli/lib/babel-node'>;
96+
}
97+
declare module 'babel-cli/lib/babel/dir.js' {
98+
declare module.exports: $Exports<'babel-cli/lib/babel/dir'>;
99+
}
100+
declare module 'babel-cli/lib/babel/file.js' {
101+
declare module.exports: $Exports<'babel-cli/lib/babel/file'>;
102+
}
103+
declare module 'babel-cli/lib/babel/index.js' {
104+
declare module.exports: $Exports<'babel-cli/lib/babel/index'>;
105+
}
106+
declare module 'babel-cli/lib/babel/util.js' {
107+
declare module.exports: $Exports<'babel-cli/lib/babel/util'>;
108+
}

0 commit comments

Comments
 (0)