diff --git a/.gitignore b/.gitignore index 37e2822..28be688 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ nbproject/ .idea bower_components +.local diff --git a/bower.json b/bower.json index 887a393..2bb339a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-slugify", - "version": "1.1.0", + "version": "1.2.0", "homepage": "https://github.com/madflow/jquery-slugify", "authors": [ "madflow" @@ -14,7 +14,7 @@ ], "dependencies": { "jquery": ">=1.7", - "speakingurl": "~3.0.0" + "speakingurl": "~5.0.1" }, "license": "MIT", "ignore": [ diff --git a/package.json b/package.json index b04ed61..5819a9f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": "git@github.com:madflow/jquery-slugify.git" @@ -41,6 +36,6 @@ "grunt-contrib-watch": "~0.2.0" }, "dependencies": { - "speakingurl": "^3.0.0" + "speakingurl": "^5.0.1" } }