Skip to content

Commit 7963ea5

Browse files
committed
update support docs formatting
1 parent 5b2aa50 commit 7963ea5

File tree

24 files changed

+72
-24
lines changed

24 files changed

+72
-24
lines changed

packages/babel/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ exports.scripts = function * (task) {
8787

8888
## Support
8989

90-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/babel`.
90+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
91+
92+
Please be sure to specify that you are using `@taskr/babel`.
9193

9294
## License
9395

packages/browserify/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ exports.default = function * (task) {
115115

116116
## Support
117117

118-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/browserify`.
118+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
119+
120+
Please be sure to specify that you are using `@taskr/browserify`.
119121

120122
## License
121123

packages/buble/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ Creates an external sourcemap by default. Disable _all_ mapping behavior by sett
4444

4545
## Support
4646

47-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/buble`.
47+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
48+
49+
Please be sure to specify that you are using `@taskr/buble`.
4850

4951
## License
5052

packages/clear/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ All options are passed directly to `rimraf`. Please see its [documentation on op
5656

5757
## Support
5858

59-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/clear`.
59+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
60+
61+
Please be sure to specify that you are using `@taskr/clear`.
6062

6163
## License
6264

packages/coffee/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ exports.coffee = function * (task) {
2323

2424
## Support
2525

26-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/coffee`.
26+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
27+
28+
Please be sure to specify that you are using `@taskr/coffee`.
2729

2830
## License
2931

packages/concat/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ Default: `''`
8585

8686
## Support
8787

88-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/concat`.
88+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
89+
90+
Please be sure to specify that you are using `@taskr/concat`.
8991

9092
## License
9193

packages/esnext/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ export async function styles(task, obj) {
3434

3535
## Support
3636

37-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/esnext`.
37+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
38+
39+
Please be sure to specify that you are using `@taskr/esnext`.
3840

3941
## License
4042

packages/flatten/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ dist
100100

101101
## Support
102102

103-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/flatten`.
103+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
104+
105+
Please be sure to specify that you are using `@taskr/flatten`.
104106

105107
## License
106108

packages/gzip/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ The [`zlib` options](https://nodejs.org/api/zlib.html#zlib_class_options) to pas
6565

6666
## Support
6767

68-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/gzip`.
68+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
69+
70+
Please be sure to specify that you are using `@taskr/gzip`.
6971

7072
## License
7173

packages/htmlmin/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Please see [HTML-Minifier's Options](https://github.com/kangax/html-minifier#opt
3030

3131
## Support
3232

33-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/htmlmin`.
33+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
34+
35+
Please be sure to specify that you are using `@taskr/htmlmin`.
3436

3537
## License
3638

packages/jest/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ See [Jest's Configuration Options](https://facebook.github.io/jest/docs/configur
2525

2626
## Support
2727

28-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/jest`.
28+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
29+
30+
Please be sure to specify that you are using `@taskr/jest`.
2931

3032
## License
3133

packages/less/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ This plugin does not have any custom options. Please visit LESSCSS.org's [Config
4545
4646
## Support
4747

48-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/less`.
48+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
49+
50+
Please be sure to specify that you are using `@taskr/less`.
4951

5052
## License
5153

packages/postcss/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Check out PostCSS's [Options](https://github.com/postcss/postcss#options) docume
3636
3737
## Support
3838

39-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/postcss`.
39+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
40+
41+
Please be sure to specify that you are using `@taskr/postcss`.
4042

4143
## License
4244

packages/prettier/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ All configuration options can be found in [Prettier's API documentation](https:/
2929

3030
## Support
3131

32-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/prettier`.
32+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
33+
34+
Please be sure to specify that you are using `@taskr/prettier`.
3335

3436
## License
3537

packages/rev/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ A list of file extensions whose content should not be updated.
126126

127127
## Support
128128

129-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/rev`.
129+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
130+
131+
Please be sure to specify that you are using `@taskr/rev`.
130132

131133
## License
132134

packages/sass/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ This plugin does not have any custom options. Please visit [`node-sass` options]
7878
7979
## Support
8080

81-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/sass`.
81+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
82+
83+
Please be sure to specify that you are using `@taskr/sass`.
8284

8385
## License
8486

packages/shell/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ exports.default = function * (task) {
9999

100100
## Support
101101

102-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/shell`.
102+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
103+
104+
Please be sure to specify that you are using `@taskr/shell`.
103105

104106
## License
105107

packages/stylus/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Check out the Stylus [JavaScript API](http://stylus-lang.com/docs/js.html) and [
2929

3030
## Support
3131

32-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/stylus`.
32+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
33+
34+
Please be sure to specify that you are using `@taskr/stylus`.
3335

3436
## License
3537

packages/typescript/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ Notice that `compilerOptions` is no longer defined, and instead, its children (`
5555
5656
## Support
5757

58-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/typescript`.
58+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
59+
60+
Please be sure to specify that you are using `@taskr/typescript`.
5961

6062
## License
6163

packages/uglify/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ exports.build = function * (task) {
3131

3232
## Support
3333

34-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/uglify`.
34+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
35+
36+
Please be sure to specify that you are using `@taskr/uglify`.
3537

3638
## License
3739

packages/unflow/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Create an inline or an external sourcemap for each entry file. A `sourceMappingU
4949
5050
## Support
5151

52-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/unflow`.
52+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
53+
54+
Please be sure to specify that you are using `@taskr/unflow`.
5355

5456
## License
5557

packages/watch/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Initial options to be passed to each Task. See [`Taskr.start`](https://www.npmjs
6666

6767
## Support
6868

69-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/watch`.
69+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
70+
71+
Please be sure to specify that you are using `@taskr/watch`.
7072

7173
## License
7274

packages/xo/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ Report errors only.
3939

4040
## Support
4141

42-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/xo`.
42+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
43+
44+
Please be sure to specify that you are using `@taskr/xo`.
4345

4446
## License
4547

packages/zip/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ The name of your ZIP file. It must include `.zip`.
5353

5454
## Support
5555

56-
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new). Please be sure to specify that you are using `@taskr/zip`.
56+
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
57+
58+
Please be sure to specify that you are using `@taskr/zip`.
5759

5860
## License
5961

0 commit comments

Comments
 (0)