Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kgkoutis committed Mar 22, 2021
1 parent 879fe93 commit f1b1c21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "looks-like-number",
"version": "1.0.5",
"version": "1.0.6",
"description": "General utility function to verify its argument looks like a number",
"main": "looks-like-number.js",
"scripts": {
"test": "tap --coverage test/*.js"
},
"keywords": ["number-like", "string-like", "is-string", "is-number", "looks-like"],
"keywords": [
"number-like",
"string-like",
"is-string",
"is-number",
"looks-like"
],
"author": {
"name": "Kostas Gkoutis",
"email": "cgoutis@hotmail.com",
Expand All @@ -31,4 +37,4 @@
"type": "git",
"url": "git+https://github.com/kgkoutis/looks-like-number.js.git"
}
}
}

0 comments on commit f1b1c21

Please sign in to comment.