From 2697666586334df80e7aa8883ed0e85fab7e0c0d Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sat, 15 Oct 2016 21:14:19 -0700 Subject: [PATCH] Add Yarn repo --- ubuntu.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ubuntu.json b/ubuntu.json index 3bb5a58..075c972 100644 --- a/ubuntu.json +++ b/ubuntu.json @@ -328,5 +328,10 @@ "alias": "ubuntu-toolchain-r-test", "sourceline": "ppa:ubuntu-toolchain-r/test", "key_url": null + }, + { + "alias": "yarn", + "sourceline": "deb http://dl.yarnpkg.com/debian/ stable main", + "key_url": "http://dl.yarnpkg.com/debian/pubkey.gpg" } ]