Skip to content

Commit 98e8ff1

Browse files
committed
7.0.0
1 parent cd4a37b commit 98e8ff1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "is-number",
33
"description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
4-
"version": "6.0.0",
4+
"version": "7.0.0",
55
"homepage": "https://github.com/jonschlinkert/is-number",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [

test.js

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ describe('is a number', function() {
9696
+Math.LN2,
9797
+true,
9898
+null,
99-
+Buffer.from(''),
10099
+new Date()
101100
];
102101

0 commit comments

Comments
 (0)