Skip to content

Commit

Permalink
Update is-arrow-function, is-callable, is-number-object, `is-st…
Browse files Browse the repository at this point in the history
…ring`
  • Loading branch information
ljharb committed Jan 29, 2015
1 parent 3042620 commit bf05888
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 @@ -27,13 +27,13 @@
"equality"
],
"dependencies": {
"is-arrow-function": "~2.0.1",
"is-callable": "~1.0.0",
"is-arrow-function": "~2.0.2",
"is-callable": "~1.0.3",
"is-date-object": "~1.0.0",
"is-generator-function": "~1.0.2",
"is-number-object": "~1.0.0",
"is-number-object": "~1.0.2",
"is-regex": "~1.0.1",
"is-string": "~1.0.0"
"is-string": "~1.0.2"
},
"devDependencies": {
"tape": "~3.4.0",
Expand Down

0 comments on commit bf05888

Please sign in to comment.