diff --git a/README.md b/README.md index a2419ee..8c5392c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 1792055..c4afa9f 100644 --- a/package.json +++ b/package.json @@ -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": {