summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-09-26 15:01:19 -0700
committerRob Loach <robloach@gmail.com>2014-09-26 15:01:19 -0700
commit43d9dafe8bebb6e449f31db207b1fdb131ce82b1 (patch)
tree2f9bb6cdfaff28f4aa38afba1a3b7609e04208a2
parentac1fd448edf1efa9c0abbc14d9c8642952498a19 (diff)
downloadjquery-once-43d9dafe8bebb6e449f31db207b1fdb131ce82b1.zip
jquery-once-43d9dafe8bebb6e449f31db207b1fdb131ce82b1.tar.gz
jquery-once-43d9dafe8bebb6e449f31db207b1fdb131ce82b1.tar.bz2
Update to 2.0.0-alpha.1
-rw-r--r--bower.json4
-rw-r--r--component.json2
-rw-r--r--composer.json2
-rw-r--r--jquery.once.js2
-rw-r--r--once.jquery.json4
-rw-r--r--package.json10
6 files changed, 12 insertions, 12 deletions
diff --git a/bower.json b/bower.json
index 6ae524c..93cdff6 100644
--- a/bower.json
+++ b/bower.json
@@ -2,7 +2,7 @@
"name": "jquery-once",
"homepage": "http://github.com/robloach/jquery-once",
"description": "jQuery Once Plugin",
- "version": "1.2.6",
+ "version": "2.0.0-alpha.1",
"main": "jquery.once.js",
"ignore": [
"*.json",
@@ -16,6 +16,6 @@
"jquery"
],
"dependencies": {
- "jquery": ">=1.8.0"
+ "jquery": ">=2.1.1"
}
}
diff --git a/component.json b/component.json
index 18fd98e..7f8345a 100644
--- a/component.json
+++ b/component.json
@@ -4,7 +4,7 @@
"homepage": "http://github.com/robloach/jquery-once",
"description": "jQuery Once Plugin",
"license": "MIT",
- "version": "1.2.6",
+ "version": "2.0.0-alpha.1",
"keywords": [
"jquery"
],
diff --git a/composer.json b/composer.json
index ab1bc4f..92a0a43 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,7 @@
"GPL-2.0"
],
"require": {
- "components/jquery": ">=1.5"
+ "components/jquery": ">=2.1.1"
},
"extra": {
"component": {
diff --git a/jquery.once.js b/jquery.once.js
index 4117dbf..b337c61 100644
--- a/jquery.once.js
+++ b/jquery.once.js
@@ -1,5 +1,5 @@
/**
- * jQuery Once Plugin 1.2.6
+ * jQuery Once Plugin 2.0.0-alpha.1
* http://github.com/robloach/jquery-once
*
* Dual licensed under the MIT and GPL licenses:
diff --git a/once.jquery.json b/once.jquery.json
index 6c202c9..58f0e4e 100644
--- a/once.jquery.json
+++ b/once.jquery.json
@@ -6,7 +6,7 @@
"jquery",
"once"
],
- "version": "1.2.6",
+ "version": "2.0.0-alpha.1",
"author": {
"name": "Konstantin Kafer",
"url": "http://kkaefer.com"
@@ -31,6 +31,6 @@
"homepage": "https://github.com/RobLoach/jquery-once",
"download": "https://github.com/RobLoach/jquery-once/archive/master.zip",
"dependencies": {
- "jquery": ">=1.5"
+ "jquery": "~2.1.1"
}
}
diff --git a/package.json b/package.json
index 86fc074..28a2610 100644
--- a/package.json
+++ b/package.json
@@ -22,13 +22,13 @@
}
],
"dependencies": {
- "jquery": "~1.8.0"
+ "jquery": "~2.1.1"
},
"devDependencies": {
- "grunt": "~0.4.1",
- "grunt-contrib-qunit": "~0.2.1",
- "grunt-contrib-jshint": "~0.4.3",
- "grunt-contrib-uglify": "~0.1.1"
+ "grunt": "~0.4.5",
+ "grunt-contrib-qunit": "~0.5.2",
+ "grunt-contrib-jshint": "~0.10.0",
+ "grunt-contrib-uglify": "~0.6.0"
},
"scripts": {
"test": "grunt jshint qunit"