Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSaints committed Mar 28, 2016
1 parent e46d206 commit 51300cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Morphist",
"version": "2.1.2",
"version": "3.0.0",
"description": "A simple, high-performance and cross-browser jQuery slider / slideshow / carousel plugin for child objects powered by Animate.css.",
"authors": [
"Ian Lai <ian@fyianlai.com>"
Expand All @@ -27,7 +27,7 @@
"tests"
],
"dependencies": {
"animate.css": "~3.2.5",
"jquery": "~2.1.3"
"animate.css": "~3.5.1",
"jquery": "~2.1.4"
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
...child object rotator.
</div>

<script src="//cdn.jsdelivr.net/jquery/2.1.3/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery/2.1.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="bower_components/jquery/jquery.min.js"><\/script>')</script>
<script src="dist/morphist.js"></script>
<script>
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "Morphist",
"version": "2.1.2",
"version": "3.0.0",
"description": "A simple, high-performance and cross-browser jQuery slider / slideshow / carousel plugin for child objects powered by Animate.css.",
"main": "Gruntfile.coffee",
"private": true,
"scripts": {
"build": "grunt",
"test": "grunt test"
},
"repository": {
Expand All @@ -24,7 +25,7 @@
"homepage": "https://github.com/MrSaints/Morphist",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1",
"grunt-eslint": "^11.0.0"
"grunt-contrib-uglify": "^1.0.1",
"grunt-eslint": "^18.0.0"
}
}

0 comments on commit 51300cb

Please sign in to comment.