From 51b3d143ed5f96a96d009db86cf3a243ead7e899 Mon Sep 17 00:00:00 2001 From: Kit Cambridge Date: Sun, 18 Mar 2012 00:14:07 -0600 Subject: [PATCH] Migrate the repo to `bestiejs/maddy`. --- README.md | 8 ++++---- docs/index.html | 2 +- lib/maddy.js | 2 +- package.json | 4 ++-- tests/tests.co | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c82a2c2..8eba828 100755 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ The library is framework-agnostic, and is compatible with web browsers, [CommonJ The **development** version is commented and uncompressed; the **production** version has been compressed using [Closure Compiler](http://closure-compiler.appspot.com/home) with [advanced optimizations](http://code.google.com/closure/compiler/docs/api-tutorial3.html) enabled. -- [Development Version](http://kitcambridge.github.com/maddy/lib/maddy.js) -- [Production Version](http://kitcambridge.github.com/maddy/lib/maddy.min.js) +- [Development Version](http://bestiejs.github.com/maddy/lib/maddy.js) +- [Production Version](http://bestiejs.github.com/maddy/lib/maddy.min.js) If you're a [Node](http://nodejs.org/) user, Maddy is available on [npm](http://npmjs.org/): - $ {sudo} npm install {-g} maddy + $ npm install maddy -The [annotated source code](http://kitcambridge.github.com/maddy/docs/index.html) is available for your perusal. +The [annotated source code](http://bestiejs.github.com/maddy/docs/index.html) is available for your perusal. ## Compatibility diff --git a/docs/index.html b/docs/index.html index 75cd72c..3ce8f70 100755 --- a/docs/index.html +++ b/docs/index.html @@ -12,7 +12,7 @@

maddy.js Annotated Source

/*!
  * Maddy object operations library
- * http://kitcambridge.github.com/maddy
+ * http://bestiejs.github.com/maddy
  *
  * Copyright 2011, Kit Cambridge
  * http://kitcambridge.github.com
diff --git a/lib/maddy.js b/lib/maddy.js
index 8993035..2234552 100755
--- a/lib/maddy.js
+++ b/lib/maddy.js
@@ -1,6 +1,6 @@
 /*!
  * Maddy object operations library
- * http://kitcambridge.github.com/maddy
+ * http://bestiejs.github.com/maddy
  *
  * Copyright 2011-2012, Kit Cambridge
  * http://kitcambridge.github.com
diff --git a/package.json b/package.json
index ff7fb06..c105c1b 100755
--- a/package.json
+++ b/package.json
@@ -2,12 +2,12 @@
   "name": "maddy",
   "version": "0.3.0",
   "description": "A functional object operations library.",
-  "homepage": "http://kitcambridge.github.com/maddy",
+  "homepage": "http://bestiejs.github.com/maddy",
   "main": "./lib/maddy",
   "keywords": ["utility", "functional", "object", "iteration", "enumerable", "hash", "maddy", "array", "ecma"],
   "licenses": [{
     "type": "MIT",
-    "url": "http://kitcambridge.github.com/maddy/LICENSE"
+    "url": "http://kit.mit-license.org/"
   }],
   "author": {
     "name": "Kit Cambridge",
diff --git a/tests/tests.co b/tests/tests.co
index 55333a9..5ddd17b 100755
--- a/tests/tests.co
+++ b/tests/tests.co
@@ -1,5 +1,5 @@
 # Maddy Unit Tests
-# http://kitcambridge.github.com/maddy
+# http://bestiejs.github.com/maddy
 
 # Convenience aliases.
 {toString} = {}