[Pkg-javascript-commits] [jquery-slugify.js] 01/05: Imported Upstream version 1.2.4~dfsg1
Alexandre Viau
aviau at moszumanska.debian.org
Sat Jun 25 20:08:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
aviau pushed a commit to branch master
in repository jquery-slugify.js.
commit 58c347a6a4e087e1bd49fd9a1dd77f5cf4ce4a4d
Author: aviau <alexandre at alexandreviau.net>
Date: Sat Jun 25 21:57:00 2016 +0200
Imported Upstream version 1.2.4~dfsg1
---
bower.json | 3 +--
dist/slugify.js | 4 ++--
package.json | 4 ++--
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/bower.json b/bower.json
index 970e95c..47de277 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,5 @@
{
"name": "jquery-slugify",
- "version": "1.2.3",
"homepage": "https://github.com/madflow/jquery-slugify",
"authors": [
"madflow"
@@ -14,7 +13,7 @@
],
"dependencies": {
"jquery": ">=1.7",
- "speakingurl": "~7.0.0"
+ "speakingurl": "~9.0.0"
},
"license": "MIT",
"ignore": [
diff --git a/dist/slugify.js b/dist/slugify.js
index 6965fae..cee65c9 100644
--- a/dist/slugify.js
+++ b/dist/slugify.js
@@ -1,5 +1,5 @@
-/*! jquery-slugify - v1.2.3 - 2015-12-23
-* Copyright (c) 2015 madflow; Licensed */
+/*! jquery-slugify - v1.2.4 - 2016-06-15
+* Copyright (c) 2016 madflow; Licensed */
;(function($) {
$.fn.slugify = function(source, options) {
diff --git a/package.json b/package.json
index 03ae64d..9f18b2c 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.2.3",
+ "version": "1.2.4",
"main": "dist/slugify.min.js",
"author": {
"name": "madflow",
@@ -36,6 +36,6 @@
"grunt-contrib-watch": "~0.6.1"
},
"dependencies": {
- "speakingurl": "^7.0.0"
+ "speakingurl": "~9.0.0"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-slugify.js.git
More information about the Pkg-javascript-commits
mailing list