Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Migrate the repo to bestiejs/maddy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit Cambridge committed Mar 18, 2012
1 parent 389eec6 commit 51b3d14
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -12,7 +12,7 @@ <h1><code>maddy.js</code> Annotated Source</h1>

<pre><span class="cm">/*!</span>
<span class="cm"> * Maddy object operations library</span>
<span class="cm"> * http://kitcambridge.github.com/maddy</span>
<span class="cm"> * http://bestiejs.github.com/maddy</span>
<span class="cm"> *</span>
<span class="cm"> * Copyright 2011, Kit Cambridge</span>
<span class="cm"> * http://kitcambridge.github.com</span>
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.co
@@ -1,5 +1,5 @@
# Maddy Unit Tests
# http://kitcambridge.github.com/maddy
# http://bestiejs.github.com/maddy

# Convenience aliases.
{toString} = {}
Expand Down

0 comments on commit 51b3d14

Please sign in to comment.