Skip to content

Commit 691f5fa

Browse files
author
madflow
committed
Release 1.2.1
1 parent 76c9bdb commit 691f5fa

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

.jshintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"unused": true,
1212
"boss": true,
1313
"eqnull": true,
14-
"node": true,
15-
"es5": true
14+
"node": true
1615
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-slugify",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"homepage": "https://github.com/madflow/jquery-slugify",
55
"authors": [
66
"madflow"

dist/slugify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*! jquery-slugify - v1.1.0 - 2015-04-19
2-
* Copyright (c) 2015 madflow; Licensed MIT */
1+
/*! jquery-slugify - v1.2.1 - 2015-08-02
2+
* Copyright (c) 2015 madflow; Licensed */
33
;(function($) {
44

55
$.fn.slugify = function(source, options) {

dist/slugify.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-slugify",
33
"filename": "slugify",
44
"description": "Just another another (another) url slug plugin for jQuery",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"main": "dist/slugify.min.js",
77
"author": {
88
"name": "madflow",
@@ -27,13 +27,13 @@
2727
"devDependencies": {
2828
"connect": "~2.27.1",
2929
"grunt": "~0.4.5",
30-
"grunt-contrib-clean": "~0.4.0",
31-
"grunt-contrib-concat": "~0.1.2",
32-
"grunt-contrib-connect": "~0.9.0",
33-
"grunt-contrib-jshint": "~0.1.1",
34-
"grunt-contrib-qunit": "~0.1.1",
35-
"grunt-contrib-uglify": "~0.1.1",
36-
"grunt-contrib-watch": "~0.2.0"
30+
"grunt-contrib-clean": "~0.6.0",
31+
"grunt-contrib-concat": "~0.5.1",
32+
"grunt-contrib-connect": "~0.11.1",
33+
"grunt-contrib-jshint": "~0.11.0",
34+
"grunt-contrib-qunit": "~0.7.0",
35+
"grunt-contrib-uglify": "~0.9.1",
36+
"grunt-contrib-watch": "~0.6.1"
3737
},
3838
"dependencies": {
3939
"speakingurl": "^5.0.1"

0 commit comments

Comments
 (0)