From e1c0add2dd16eac9339406e12accad135658a9a2 Mon Sep 17 00:00:00 2001 From: Ian Macalinao Date: Mon, 4 Jun 2012 08:43:46 -0500 Subject: [PATCH] Added mocha-coffee-web --- archetypes/mocha-coffee-web.json | 4 ++++ archetypes/{mocha-coffeescript.json => mocha-coffee.json} | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 archetypes/mocha-coffee-web.json rename archetypes/{mocha-coffeescript.json => mocha-coffee.json} (69%) diff --git a/archetypes/mocha-coffee-web.json b/archetypes/mocha-coffee-web.json new file mode 100644 index 0000000..3240b91 --- /dev/null +++ b/archetypes/mocha-coffee-web.json @@ -0,0 +1,4 @@ +{ + "type": "git", + "url": "git://github.com/simplyianm/mocha-coffee-web.git" +} diff --git a/archetypes/mocha-coffeescript.json b/archetypes/mocha-coffee.json similarity index 69% rename from archetypes/mocha-coffeescript.json rename to archetypes/mocha-coffee.json index 80a1e4f..f1e88f9 100644 --- a/archetypes/mocha-coffeescript.json +++ b/archetypes/mocha-coffee.json @@ -1,6 +1,6 @@ { "type": "git", - "url": "git@github.com:simplyianm/mocha-coffeescript-boilerplate.git", + "url": "git@github.com:simplyianm/mocha-coffee.git", "defaults": { "author": "Your Name", "version": "1.0.0",