Skip to content

Commit

Permalink
Bump Speakingurl, new Version
Browse files Browse the repository at this point in the history
  • Loading branch information
madflow committed Jul 29, 2015
1 parent 7f357bb commit 76c9bdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
nbproject/
.idea
bower_components
.local
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-slugify",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/madflow/jquery-slugify",
"authors": [
"madflow"
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"jquery": ">=1.7",
"speakingurl": "~3.0.0"
"speakingurl": "~5.0.1"
},
"license": "MIT",
"ignore": [
Expand Down
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-slugify",
"filename": "slugify",
"description": "Just another another (another) url slug plugin for jQuery",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/slugify.min.js",
"author": {
"name": "madflow",
Expand All @@ -19,12 +19,7 @@
"strings",
"jquery-plugin"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/madflow/jquery-slugify/master/LICENSE-MIT"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:madflow/jquery-slugify.git"
Expand All @@ -41,6 +36,6 @@
"grunt-contrib-watch": "~0.2.0"
},
"dependencies": {
"speakingurl": "^3.0.0"
"speakingurl": "^5.0.1"
}
}

0 comments on commit 76c9bdb

Please sign in to comment.