Skip to content

Commit 2698e1b

Browse files
committed
Updated dependencies
1 parent 9b6618f commit 2698e1b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Morphist",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A simple, high-performance and cross-browser jQuery slider / slideshow / carousel plugin for child objects powered by Animate.css.",
55
"authors": [
66
"Ian Lai <ian@fyianlai.com>"
@@ -27,7 +27,7 @@
2727
"tests"
2828
],
2929
"dependencies": {
30-
"animate.css": "~3.2.0",
30+
"animate.css": "~3.2.5",
3131
"jquery": "~2.1.1"
3232
}
3333
}

dist/morphist.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Morphist",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A simple, high-performance and cross-browser jQuery slider / slideshow / carousel plugin for child objects powered by Animate.css.",
55
"main": "Gruntfile.coffee",
66
"private": true,
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/MrSaints/Morphist",
2525
"devDependencies": {
2626
"grunt": "^0.4.5",
27-
"grunt-contrib-uglify": "^0.7.0",
28-
"grunt-eslint": "^5.1.0"
27+
"grunt-contrib-uglify": "^0.9.1",
28+
"grunt-eslint": "^11.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)