Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
madflow committed Aug 2, 2015
1 parent 76c9bdb commit 691f5fa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"unused": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-slugify",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/madflow/jquery-slugify",
"authors": [
"madflow"
Expand Down
4 changes: 2 additions & 2 deletions dist/slugify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! jquery-slugify - v1.1.0 - 2015-04-19
* Copyright (c) 2015 madflow; Licensed MIT */
/*! jquery-slugify - v1.2.1 - 2015-08-02
* Copyright (c) 2015 madflow; Licensed */
;(function($) {

$.fn.slugify = function(source, options) {
Expand Down
6 changes: 3 additions & 3 deletions dist/slugify.min.js

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

16 changes: 8 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.2.0",
"version": "1.2.1",
"main": "dist/slugify.min.js",
"author": {
"name": "madflow",
Expand All @@ -27,13 +27,13 @@
"devDependencies": {
"connect": "~2.27.1",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-qunit": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0"
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.11.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-qunit": "~0.7.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1"
},
"dependencies": {
"speakingurl": "^5.0.1"
Expand Down

0 comments on commit 691f5fa

Please sign in to comment.