Skip to content

Commit

Permalink
v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSaints committed Aug 26, 2015
1 parent 87b5dc4 commit 664913f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright © 2014 Ian Lai <ian@fyianlai.com>
Copyright © 2015 Ian Lai <os@fyianlai.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Morphext",
"version": "2.4.4",
"version": "2.4.5",
"description": "A simple, high-performance and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css.",
"authors": [
"Ian Lai <ian@fyianlai.com>"
"Ian Lai <os@fyianlai.com>"
],
"main": [
"dist/morphext.min.js",
Expand All @@ -20,7 +20,7 @@
"carousel",
"inline"
],
"license": "http://ian.mit-license.org/",
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion dist/morphext.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Morphext",
"version": "2.4.4",
"version": "2.4.5",
"description": "A simple, high-performance and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css.",
"main": "Gruntfile.coffee",
"scripts": {
Expand All @@ -10,20 +10,16 @@
"type": "git",
"url": "git://github.com/MrSaints/Morphext.git"
},
"author": "Ian Lai <ian@fyianlai.com>",
"licenses": [
{
"type": "MIT",
"url": "http://ian.mit-license.org/"
}
],
"author": "Ian Lai <os@fyianlai.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrSaints/Morphext/issues"
},
"homepage": "https://github.com/MrSaints/Morphext",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-eslint": "^17.1.0"
}
},
"private": true
}

0 comments on commit 664913f

Please sign in to comment.