diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..15a15b2
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/jquery-sortable.iml b/.idea/jquery-sortable.iml
new file mode 100644
index 0000000..c956989
--- /dev/null
+++ b/.idea/jquery-sortable.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..28a804d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..2fa5681
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..f623656
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,208 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1544791331748
+
+
+ 1544791331748
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.mkd b/README.mkd
index b5e9052..c25f2b4 100644
--- a/README.mkd
+++ b/README.mkd
@@ -10,7 +10,7 @@ More information can be found on [http://johnny.github.com/jquery-sortable/](htt
## Dependencies
-jquery (>= 1.7.0)
+jquery (>= 3.0.0)
## Development Dependencies
diff --git a/VERSION b/VERSION
index 62ea259..3eefcb9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.13
+1.0.0
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..dee5bca
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "michiweber.jquery-sortable",
+ "version": "1.0.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "jquery": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
+ "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
+ }
+ }
+}
diff --git a/package.json b/package.json
index 39166ca..98e65bb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
- "name": "jquery-sortable",
- "version": "0.9.13",
+ "name": "michiweber.jquery-sortable",
+ "version": "1.0.0",
"description": "jquery plugin for sortable, nestable lists",
"main": "./source/js/jquery-sortable.js",
"scripts": {
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/johnny/jquery-sortable.git"
+ "url": "https://github.com/michiweber/jquery-sortable.git"
},
"keywords": [
"sortable",
@@ -18,14 +18,15 @@
"dragging"
],
"author": [
- "Jonas von Andrian"
+ "Jonas von Andrian",
+ "Michael Weber"
],
"license": "BSD-3",
"bugs": {
- "url": "https://github.com/johnny/jquery-sortable/issues"
+ "url": "https://github.com/michiweber/jquery-sortable/issues"
},
- "homepage": "https://github.com/johnny/jquery-sortable",
+ "homepage": "https://github.com/michiweber/jquery-sortable",
"dependencies": {
- "jquery": "^2.1.2 || ^3.0.0"
+ "jquery": "^3.0.0"
}
}