Skip to content

Commit

Permalink
Update is-callable, is-number-object, is-regex, is-string
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 30, 2015
1 parent b4e8f2b commit 314891e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
],
"dependencies": {
"is-arrow-function": "~2.0.2",
"is-callable": "~1.0.3",
"is-callable": "~1.0.4",
"is-date-object": "~1.0.0",
"is-generator-function": "~1.0.2",
"is-number-object": "~1.0.2",
"is-regex": "~1.0.1",
"is-string": "~1.0.2"
"is-number-object": "~1.0.3",
"is-regex": "~1.0.3",
"is-string": "~1.0.4"
},
"devDependencies": {
"tape": "~3.4.0",
Expand Down

0 comments on commit 314891e

Please sign in to comment.