Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 13, 2016
1 parent 5d26fa6 commit 104be80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ isWindow([1, 2, 3]); // => false
- [is-nil](https://github.com/bubkoo/is-nil) - Checks if the given value is null or undefined.
- [is-null](https://github.com/bubkoo/is-null) - Checks if the given value is null.
- [is-length](https://github.com/bubkoo/is-length) - Checks if the given value is a valid array-like length.
- [is-window](https://github.com/bubkoo/is-window) - Checks if the given value is a window object.
- [is-array-like](https://github.com/bubkoo/is-array-like) - Checks if the given value is an array or an array-like object.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-window",
"version": "1.0.0",
"version": "1.0.1",
"description": "Checks if the given value is a window object.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 104be80

Please sign in to comment.