Skip to content

Commit b24ccba

Browse files
committed
run verb to generate readme
1 parent 9bd9916 commit b24ccba

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

README.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -161,28 +161,28 @@ Visit the: [code](lib/comparison.js) | [unit tests](test/comparison.js) | [issue
161161
* **[and](#and)** ([code](lib/comparison.js#L21) | [tests](test/comparison.js#L10))
162162
* **[compare](#compare)** ([code](lib/comparison.js#L51) | [tests](test/comparison.js#L41))
163163
* **[contains](#contains)** ([code](lib/comparison.js#L118) | [tests](test/comparison.js#L167))
164-
* **[default](#default)** ([code](lib/comparison.js#L137) | [tests](test/comparison.js#L194))
165-
* **[eq](#eq)** ([code](lib/comparison.js#L159) | [tests](test/comparison.js#L317))
166-
* **[gt](#gt)** ([code](lib/comparison.js#L182) | [tests](test/comparison.js#L204))
167-
* **[gte](#gte)** ([code](lib/comparison.js#L206) | [tests](test/comparison.js#L235))
168-
* **[has](#has)** ([code](lib/comparison.js#L226) | [tests](test/comparison.js#L250))
169-
* **[isFalsey](#isFalsey)** ([code](lib/comparison.js#L269) | [no tests])
170-
* **[isTruthy](#isTruthy)** ([code](lib/comparison.js#L284) | [no tests])
171-
* **[ifEven](#ifEven)** ([code](lib/comparison.js#L305) | [tests](test/comparison.js#L334))
172-
* **[ifNth](#ifNth)** ([code](lib/comparison.js#L322) | [tests](test/comparison.js#L346))
173-
* **[ifOdd](#ifOdd)** ([code](lib/comparison.js#L345) | [tests](test/comparison.js#L369))
174-
* **[is](#is)** ([code](lib/comparison.js#L269) | [tests](test/comparison.js#L381))
175-
* **[isnt](#isnt)** ([code](lib/comparison.js#L384) | [tests](test/comparison.js#L398))
176-
* **[lt](#lt)** ([code](lib/comparison.js#L406) | [tests](test/comparison.js#L415))
177-
* **[lte](#lte)** ([code](lib/comparison.js#L430) | [tests](test/comparison.js#L442))
178-
* **[neither](#neither)** ([code](lib/comparison.js#L451) | [tests](test/comparison.js#L477))
179-
* **[not](#not)** ([code](lib/comparison.js#L465) | [no tests])
180-
* **[or](#or)** ([code](lib/comparison.js#L487) | [tests](test/comparison.js#L489))
181-
* **[unlessEq](#unlessEq)** ([code](lib/comparison.js#L513) | [tests](test/comparison.js#L522))
182-
* **[unlessGt](#unlessGt)** ([code](lib/comparison.js#L533) | [tests](test/comparison.js#L533))
183-
* **[unlessLt](#unlessLt)** ([code](lib/comparison.js#L553) | [tests](test/comparison.js#L544))
184-
* **[unlessGteq](#unlessGteq)** ([code](lib/comparison.js#L573) | [tests](test/comparison.js#L555))
185-
* **[unlessLteq](#unlessLteq)** ([code](lib/comparison.js#L593) | [tests](test/comparison.js#L570))
164+
* **[default](#default)** ([code](lib/comparison.js#L137) | [tests](test/comparison.js#L204))
165+
* **[eq](#eq)** ([code](lib/comparison.js#L159) | [tests](test/comparison.js#L327))
166+
* **[gt](#gt)** ([code](lib/comparison.js#L182) | [tests](test/comparison.js#L214))
167+
* **[gte](#gte)** ([code](lib/comparison.js#L206) | [tests](test/comparison.js#L245))
168+
* **[has](#has)** ([code](lib/comparison.js#L226) | [tests](test/comparison.js#L260))
169+
* **[isFalsey](#isFalsey)** ([code](lib/comparison.js#L268) | [no tests])
170+
* **[isTruthy](#isTruthy)** ([code](lib/comparison.js#L283) | [no tests])
171+
* **[ifEven](#ifEven)** ([code](lib/comparison.js#L304) | [tests](test/comparison.js#L344))
172+
* **[ifNth](#ifNth)** ([code](lib/comparison.js#L321) | [tests](test/comparison.js#L356))
173+
* **[ifOdd](#ifOdd)** ([code](lib/comparison.js#L344) | [tests](test/comparison.js#L379))
174+
* **[is](#is)** ([code](lib/comparison.js#L268) | [tests](test/comparison.js#L391))
175+
* **[isnt](#isnt)** ([code](lib/comparison.js#L383) | [tests](test/comparison.js#L408))
176+
* **[lt](#lt)** ([code](lib/comparison.js#L405) | [tests](test/comparison.js#L425))
177+
* **[lte](#lte)** ([code](lib/comparison.js#L429) | [tests](test/comparison.js#L452))
178+
* **[neither](#neither)** ([code](lib/comparison.js#L450) | [tests](test/comparison.js#L487))
179+
* **[not](#not)** ([code](lib/comparison.js#L464) | [no tests])
180+
* **[or](#or)** ([code](lib/comparison.js#L486) | [tests](test/comparison.js#L499))
181+
* **[unlessEq](#unlessEq)** ([code](lib/comparison.js#L512) | [tests](test/comparison.js#L532))
182+
* **[unlessGt](#unlessGt)** ([code](lib/comparison.js#L532) | [tests](test/comparison.js#L543))
183+
* **[unlessLt](#unlessLt)** ([code](lib/comparison.js#L552) | [tests](test/comparison.js#L554))
184+
* **[unlessGteq](#unlessGteq)** ([code](lib/comparison.js#L572) | [tests](test/comparison.js#L565))
185+
* **[unlessLteq](#unlessLteq)** ([code](lib/comparison.js#L592) | [tests](test/comparison.js#L580))
186186

187187
### [date helpers](#date)
188188

@@ -1120,7 +1120,7 @@ If an inverse block is specified it will be rendered when falsy.
11201120
* `options` **{Object}**: Handlebars provided options object
11211121
* `returns` **{String}**
11221122

1123-
### [{{isFalsey}}](lib/comparison.js#L269)
1123+
### [{{isFalsey}}](lib/comparison.js#L268)
11241124

11251125
Returns true if the given `value` is falsey. Uses the [falsey](https://github.com/jonschlinkert/falsey)
11261126
library for comparisons. Please see that library for more information
@@ -1132,7 +1132,7 @@ or to report bugs with this helper.
11321132
* `options` **{Options}**
11331133
* `returns` **{Boolean}**
11341134

1135-
### [{{isTruthy}}](lib/comparison.js#L284)
1135+
### [{{isTruthy}}](lib/comparison.js#L283)
11361136

11371137
Returns true if the given `value` is truthy. Uses the [falsey](https://github.com/jonschlinkert/falsey)
11381138
library for comparisons. Please see that library for more information
@@ -1144,7 +1144,7 @@ or to report bugs with this helper.
11441144
* `options` **{Options}**
11451145
* `returns` **{Boolean}**
11461146

1147-
### [{{ifEven}}](lib/comparison.js#L305)
1147+
### [{{ifEven}}](lib/comparison.js#L304)
11481148

11491149
Return true if the given value is an even number.
11501150

@@ -1164,7 +1164,7 @@ Return true if the given value is an even number.
11641164
{{/ifEven}}
11651165
```
11661166

1167-
### [{{ifNth}}](lib/comparison.js#L322)
1167+
### [{{ifNth}}](lib/comparison.js#L321)
11681168

11691169
Conditionally renders a block if the remainder is zero when
11701170
`a` operand is divided by `b`. If an inverse block is specified
@@ -1177,7 +1177,7 @@ it will be rendered when the remainder is **not zero**.
11771177
* `options` **{Object}**: Handlebars provided options object
11781178
* `returns` **{String}**: Block, or inverse block if specified and falsey.
11791179

1180-
### [{{ifOdd}}](lib/comparison.js#L345)
1180+
### [{{ifOdd}}](lib/comparison.js#L344)
11811181

11821182
Block helper that renders a block if `value` is **an odd number**. If an inverse block is specified it will be rendered when falsy.
11831183

@@ -1197,7 +1197,7 @@ Block helper that renders a block if `value` is **an odd number**. If an inverse
11971197
{{/ifOdd}}
11981198
```
11991199

1200-
### [{{is}}](lib/comparison.js#L362)
1200+
### [{{is}}](lib/comparison.js#L361)
12011201

12021202
Block helper that renders a block if `a` is **equal to** `b`.
12031203
If an inverse block is specified it will be rendered when falsy.
@@ -1210,7 +1210,7 @@ Similar to [eq](#eq) but does not do strict equality.
12101210
* `options` **{Object}**: Handlebars provided options object
12111211
* `returns` **{String}**
12121212

1213-
### [{{isnt}}](lib/comparison.js#L384)
1213+
### [{{isnt}}](lib/comparison.js#L383)
12141214

12151215
Block helper that renders a block if `a` is **not equal to** `b`.
12161216
If an inverse block is specified it will be rendered when falsy.
@@ -1224,7 +1224,7 @@ comparisons.
12241224
* `options` **{Object}**: Handlebars provided options object
12251225
* `returns` **{String}**
12261226

1227-
### [{{lt}}](lib/comparison.js#L406)
1227+
### [{{lt}}](lib/comparison.js#L405)
12281228

12291229
Block helper that renders a block if `a` is **less than** `b`.
12301230

@@ -1238,7 +1238,7 @@ second value.
12381238
* `options` **{Object}**: Handlebars provided options object
12391239
* `returns` **{String}**: Block, or inverse block if specified and falsey.
12401240

1241-
### [{{lte}}](lib/comparison.js#L430)
1241+
### [{{lte}}](lib/comparison.js#L429)
12421242

12431243
Block helper that renders a block if `a` is **less than or equal to** `b`.
12441244

@@ -1253,7 +1253,7 @@ second value.
12531253
* `options` **{Object}**: Handlebars provided options object
12541254
* `returns` **{String}**: Block, or inverse block if specified and falsey.
12551255

1256-
### [{{neither}}](lib/comparison.js#L451)
1256+
### [{{neither}}](lib/comparison.js#L450)
12571257

12581258
Block helper that renders a block if **neither of** the given values
12591259
are truthy. If an inverse block is specified it will be rendered
@@ -1266,7 +1266,7 @@ when falsy.
12661266
* `options` **{}**: Handlebars options object
12671267
* `returns` **{String}**: Block, or inverse block if specified and falsey.
12681268

1269-
### [{{not}}](lib/comparison.js#L465)
1269+
### [{{not}}](lib/comparison.js#L464)
12701270

12711271
Returns true if `val` is falsey. Works as a block or inline helper.
12721272

@@ -1276,7 +1276,7 @@ Returns true if `val` is falsey. Works as a block or inline helper.
12761276
* `options` **{Object}**: Handlebars provided options object
12771277
* `returns` **{String}**
12781278

1279-
### [{{or}}](lib/comparison.js#L487)
1279+
### [{{or}}](lib/comparison.js#L486)
12801280

12811281
Block helper that renders a block if **any of** the given values is truthy. If an inverse block is specified it will be rendered when falsy.
12821282

@@ -1294,7 +1294,7 @@ Block helper that renders a block if **any of** the given values is truthy. If a
12941294
{{/or}}
12951295
```
12961296

1297-
### [{{unlessEq}}](lib/comparison.js#L513)
1297+
### [{{unlessEq}}](lib/comparison.js#L512)
12981298

12991299
Block helper that always renders the inverse block **unless `a` is
13001300
is equal to `b`**.
@@ -1306,7 +1306,7 @@ is equal to `b`**.
13061306
* `options` **{Object}**: Handlebars provided options object
13071307
* `returns` **{String}**: Inverse block by default, or block if falsey.
13081308

1309-
### [{{unlessGt}}](lib/comparison.js#L533)
1309+
### [{{unlessGt}}](lib/comparison.js#L532)
13101310

13111311
Block helper that always renders the inverse block **unless `a` is
13121312
is greater than `b`**.
@@ -1318,7 +1318,7 @@ is greater than `b`**.
13181318
* `options` **{Object}**: Handlebars provided options object
13191319
* `returns` **{String}**: Inverse block by default, or block if falsey.
13201320

1321-
### [{{unlessLt}}](lib/comparison.js#L553)
1321+
### [{{unlessLt}}](lib/comparison.js#L552)
13221322

13231323
Block helper that always renders the inverse block **unless `a` is
13241324
is less than `b`**.
@@ -1330,7 +1330,7 @@ is less than `b`**.
13301330
* `options` **{Object}**: Handlebars provided options object
13311331
* `returns` **{String}**: Block, or inverse block if specified and falsey.
13321332

1333-
### [{{unlessGteq}}](lib/comparison.js#L573)
1333+
### [{{unlessGteq}}](lib/comparison.js#L572)
13341334

13351335
Block helper that always renders the inverse block **unless `a` is
13361336
is greater than or equal to `b`**.
@@ -1342,7 +1342,7 @@ is greater than or equal to `b`**.
13421342
* `options` **{Object}**: Handlebars provided options object
13431343
* `returns` **{String}**: Block, or inverse block if specified and falsey.
13441344

1345-
### [{{unlessLteq}}](lib/comparison.js#L593)
1345+
### [{{unlessLteq}}](lib/comparison.js#L592)
13461346

13471347
Block helper that always renders the inverse block **unless `a` is
13481348
is less than or equal to `b`**.
@@ -3304,4 +3304,4 @@ Released under the [MIT License](LICENSE).
33043304

33053305
***
33063306

3307-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 05, 2017._
3307+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 10, 2017._

0 commit comments

Comments
 (0)