From 19e02992df218bbc82f7d951f34b3187460fff54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Lemaire?= Date: Wed, 13 May 2020 12:35:32 +0200 Subject: [PATCH] Added readme --- README.md | 3 +++ deps.test.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e59ac7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# typescript/functional + +[![Build Status](https://thunderk.visualstudio.com/typescript/_apis/build/status/functional?branchName=master)](https://dev.azure.com/thunderk/typescript/_build?pipelineNameFilter=functional) diff --git a/deps.test.ts b/deps.test.ts index 727ba43..0ad5f7d 100644 --- a/deps.test.ts +++ b/deps.test.ts @@ -1 +1 @@ -export * from "https://code.thunderk.net/typescript/deno_tools/raw/1.0.0/testing.ts"; +export * from "https://code.thunderk.net/typescript/devtools/raw/1.0.0/testing.ts";