summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/node.lorry12
1 files changed, 8 insertions, 4 deletions
diff --git a/open-source-lorries/node.lorry b/open-source-lorries/node.lorry
index 3a66edd..7c680f7 100644
--- a/open-source-lorries/node.lorry
+++ b/open-source-lorries/node.lorry
@@ -1,6 +1,10 @@
{
- "node": {
- "type": "git",
- "url": "git://github.com/joyent/node.git"
- }
+ "node": {
+ "type": "git",
+ "url": "git://github.com/joyent/node.git"
+ },
+ "node-new": {
+ "type": "git",
+ "url": "git://github.com/nodejs/node.git"
+ }
}