We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38df73b commit 2559673Copy full SHA for 2559673
2 files changed
API.md
@@ -25,7 +25,7 @@
25
- [`false()`](#false)
26
- [`null()`](#null)
27
- [`undefined()`](#undefined)
28
- - [`NaN()`](#NaN)
+ - [`NaN()`](#nan)
29
- [`include(values)`](#includevalues)
30
- [`startWith(value)`](#startwithvalue)
31
- [`endWith(value)`](#endwithvalue)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code",
3
"description": "assertion library",
4
- "version": "4.0.0",
+ "version": "4.1.0",
5
"repository": "git://github.com/hapijs/code",
6
"main": "lib/index.js",
7
"keywords": [
0 commit comments