diff --git a/README.md b/README.md index 142e17aac..7f5af6a88 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ Usage ## Requirements -* [lodash.js](https://lodash.com) (>= 4.17.10, full build) * [jQuery](http://jquery.com) (>= 3.1.0) +* `Array.prototype.find` for IE and older browsers ([core.js](https://github.com/zloirock/core-js#ecmascript-6-array) allows to include specific polyfills) #### Using gridstack.js with jQuery UI @@ -154,7 +154,7 @@ Please use [jQuery UI Touch Punch](https://github.com/furf/jquery-ui-touch-punch working on touch-based devices. ```html - + diff --git a/bower.json b/bower.json index b1cb6cddd..b400ead99 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,6 @@ "amd" ], "dependencies": { - "lodash": ">= 4.17.10", "jquery": ">= 3.1.0", "jquery-ui": ">= 1.12.0" }, diff --git a/demo/anijs.html b/demo/anijs.html index e11dc4eb1..d8898493c 100644 --- a/demo/anijs.html +++ b/demo/anijs.html @@ -18,7 +18,7 @@ - + @@ -86,4 +86,4 @@