Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of git://github.com/dciccale/microjs.com
Conflicts:
	data.js
  • Loading branch information
rvagg committed Dec 9, 2012
2 parents bb1ccb9 + e9e9ed7 commit 0ddfe0a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data.js
Expand Up @@ -1983,5 +1983,12 @@ var MicroJS = [
description: "Standalone AJAX library inspired by jQuery/zepto",
url: "https://github.com/ForbesLindesay/ajax",
source: "https://component.jit.su/ForbesLindesay/ajax/download/latest.js"
},
{
name: "parsy",
tags: ["nodejs", "options", "parser"],
description: "Tiny command line options parser for node.js in CoffeeScript",
url: "https://github.com/dciccale/parsy",
source: "https://raw.github.com/dciccale/parsy/master/lib/parsy.js"
}
];
];

0 comments on commit 0ddfe0a

Please sign in to comment.