Browse Source

Update project URL

Adam Bouqdib 9 years ago
parent
commit
480f84558f
5 changed files with 11 additions and 12 deletions
  1. 1 1
      README.md
  2. 2 2
      bower.json
  3. 0 1
      example/example.html
  4. 2 2
      package.json
  5. 6 6
      smoove.jquery.json

+ 1 - 1
README.md

@@ -101,4 +101,4 @@ Visit [ABE Media Web Design](http://abemedia.co.uk) and scroll down the page to
 
 ## Copyright
 
-© 2014 Adam Bouqdib - http://abemedia.co.uk
+© 2014 - 2016 Adam Bouqdib - http://abemedia.co.uk

+ 2 - 2
bower.json

@@ -1,9 +1,9 @@
 {
   "name": "jquery-smoove",
   "description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.",
-  "version": "0.2.7",
+  "version": "0.2.8",
   "main": "dist/jquery.smoove.js",
-  "homepage": "http://smoove.donlabs.com",
+  "homepage": "http://smoove.js.org/",
   "authors": [
     "Adam Bouqdib (http://abemedia.co.uk)"
   ],

+ 0 - 1
example/example.html

@@ -1,4 +1,3 @@
-
 <!DOCTYPE html>
 <html lang="en" height="100%">
   <head>

+ 2 - 2
package.json

@@ -1,9 +1,9 @@
 {
   "name": "jquery-smoove",
   "title": "jQuery Smoove - Gorgeous CSS3 Scroll Effects",
-  "version": "0.2.7",
+  "version": "0.2.8",
   "description": "A simple jQuery plugin for sexy scrolling effects using CSS3 transitions and transforms.",
-  "homepage": "http://smoove.donlabs.com",
+  "homepage": "http://smoove.js.org/",
   "author": "Adam Bouqdib (http://abemedia.co.uk/)",
   "keywords": [
     "jquery",

+ 6 - 6
smoove.jquery.json

@@ -1,17 +1,17 @@
 {
   "name": "smoove",
   "title": "jQuery Smoove - Gorgeous CSS3 Scroll Effects",
-  "version": "0.2.7",
+  "version": "0.2.8",
   "description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.",
-  "homepage": "http://smoove.donlabs.com",
+  "homepage": "http://smoove.js.org/",
   "author": {
     "name": "ABE Media - Web Design Brighton",
-    "url": "http://abemedia.co.uk"
+    "url": "http://abemedia.co.uk/"
   },
   "maintainers": [
     {
       "name": "Adam Bouqdib",
-      "web": "http://abemedia.co.uk"
+      "web": "http://abemedia.co.uk/"
     }
   ],
   "repository": {
@@ -19,7 +19,7 @@
     "url": "https://github.com/abeMedia/jquery-smoove.git"
   },
   "bugs": "https://github.com/abeMedia/jquery-smoove/issues",
-  "docs": "http://smoove.donlabs.com",
+  "docs": "http://smoove.js.org/",
   "licenses": [
   {
     "type": "GPL-2.0",
@@ -35,4 +35,4 @@
     "css",
     "animation"
   ]
-}
+}