From cedfe6509da679ec25858d0d4483ef02ab3947a3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 13 Oct 2016 00:20:51 +0200 Subject: [PATCH] Add Yarn (#1084) --- yarn.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 yarn.json diff --git a/yarn.json b/yarn.json new file mode 100644 index 0000000000..653ccb9562 --- /dev/null +++ b/yarn.json @@ -0,0 +1,12 @@ +{ + "homepage": "https://yarnpkg.com/", + "licence": "BSD", + "version": "0.15.0", + "url": "https://github.com/yarnpkg/yarn/releases/download/v0.15.0/yarn-0.15.0.msi", + "hash": "ab878b8d188257e6d3b127873610aa80d37c51b3ff1e0a0dd321adbfacc738fe", + "bin": "Yarn\\bin\\yarn.cmd", + "checkver": { + "url": "https://github.com/yarnpkg/yarn/releases/latest", + "re": "\/releases\/tag\/v([0-9\\.]+)" + } +}