Skip to content

Commit 89a95dc

Browse files
chore(): Bump v3.2.4
Closes: glidejs#278, glidejs#258
1 parent 556eb0c commit 89a95dc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dist/glide.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Glide.js v3.2.3
2+
* Glide.js v3.2.4
33
* (c) 2013-2018 Jędrzej Chałubek <[email protected]> (http://jedrzejchalubek.com/)
44
* Released under the MIT License.
55
*/

dist/glide.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Glide.js v3.2.3
2+
* Glide.js v3.2.4
33
* (c) 2013-2018 Jędrzej Chałubek <[email protected]> (http://jedrzejchalubek.com/)
44
* Released under the MIT License.
55
*/

dist/glide.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/glide.modular.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Glide.js v3.2.3
2+
* Glide.js v3.2.4
33
* (c) 2013-2018 Jędrzej Chałubek <[email protected]> (http://jedrzejchalubek.com/)
44
* Released under the MIT License.
55
*/

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glidejs/glide",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "Glide.js is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more",
55
"author": "Jędrzej Chałubek <[email protected]> (http://jedrzejchalubek.com/)",
66
"homepage": "https://glidejs.com",
@@ -46,13 +46,13 @@
4646
"babel-preset-env": "^1.6.1",
4747
"eslint": "^4.19.1",
4848
"eslint-config-standard": "^10.2.1",
49-
"eslint-plugin-import": "^2.10.0",
49+
"eslint-plugin-import": "^2.14.0",
5050
"eslint-plugin-node": "^6.0.1",
5151
"eslint-plugin-promise": "^3.7.0",
52-
"eslint-plugin-standard": ">=3.0.0",
52+
"eslint-plugin-standard": "^4.0.0",
5353
"jest": "^23.4.2",
5454
"jsdom": "11.11.0",
55-
"node-sass": "^4.8.3",
55+
"node-sass": "^4.11.0",
5656
"npm-watch": "^0.2.0",
5757
"rollup": "^0.62.0",
5858
"rollup-plugin-babel": "^3.0.3",

0 commit comments

Comments
 (0)