Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xotic750 committed Jul 11, 2019
1 parent 08496fd commit c815c0b
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 49 deletions.
37 changes: 21 additions & 16 deletions dist/is-function-x.js

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

2 changes: 1 addition & 1 deletion dist/is-function-x.js.map

Large diffs are not rendered by default.

37 changes: 21 additions & 16 deletions dist/is-function-x.min.js

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

2 changes: 1 addition & 1 deletion dist/is-function-x.min.js.map

Large diffs are not rendered by default.

17 changes: 5 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "is-function-x",
"version": "4.0.0",
"version": "4.0.1",
"description": "Determine whether a given value is a function object.",
"homepage": "https://github.com/Xotic750/is-function-x",
"author": {
"name": "Graham Fairweather",
"email": "[email protected]"
},
"copyright": "Copyright (c) 2015-2017",
"copyright": "Copyright (c) 2015-present",
"keywords": [
"Function",
"isFunction",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"attempt-x": "^2.0.0",
"has-to-string-tag-x": "^2.0.0",
"is-falsey-x": "^2.0.0",
"is-falsey-x": "^2.0.1",
"is-primitive": "^3.0.1",
"normalize-space-x": "^4.0.0",
"replace-comments-x": "^3.0.0",
Expand Down

0 comments on commit c815c0b

Please sign in to comment.