summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-29 16:48:21 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-06-30 08:48:35 +0000
commitf1e184eaff5825c2958bf4e3f8273c60d5d40b22 (patch)
treecea29428882e8319a71b42675b3aa46aa32b0e8c /open-source-lorries
parentcb9128fc24c6dd7d9c30b46bbd273d70c777b8b9 (diff)
downloadlorries-f1e184eaff5825c2958bf4e3f8273c60d5d40b22.tar.gz
Add new nodejs repo
The canonical repo has changed. The 'master' branch in the old version contains lots of stuff that's not in the 'master' branch of the new version so I don't think we can just update the existing repo without risking breakage.
Diffstat (limited to 'open-source-lorries')
-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"
+ }
}