We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0e97a commit b7dea5eCopy full SHA for b7dea5e
2 files changed
is-too.js
@@ -32,7 +32,7 @@ function reghex(x) {
32
33
var is = {
34
35
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
36
37
// OPERATORS
38
package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "is-too",
3
"description": "simple validations",
4
- "version": "2.0.0",
+ "version": "2.1.0",
5
"keywords": [
6
"is",
7
"is-too",
8
- "type",
9
"validation"
10
],
11
- "homepage": "http://github.com/LoudBit/is",
+ "homepage": "http://github.com/LoudBit/is-too",
12
"author": "Darcy Murphy <mrDarcyMurphy@gmail.com> (http://github.com/mrDarcyMurphy)",
13
"repository": {
14
"type": "git",
0 commit comments