From 0d5d60520799ade785f120215a454f1117270ef3 Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 16 Jan 2020 04:24:39 +0000 Subject: [PATCH] feat: pin repo.json to 0.2.3 for micro 1.x compat (#11) --- README.md | 2 +- channel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 481f626..1d0448f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### Prerequisites -* [`micro`] editor >= 1.3.2 +* 1.3.2 <= [`micro`] editor < 2.0.0 * An `editorconfig` core executable (e.g. [EditorConfig C Core]) diff --git a/channel.json b/channel.json index b3cf7c9..3f4269d 100644 --- a/channel.json +++ b/channel.json @@ -1,3 +1,3 @@ [ - "https://raw.githubusercontent.com/10sr/editorconfig-micro/master/repo.json" + "https://raw.githubusercontent.com/10sr/editorconfig-micro/848fc839cad565c61d96b99f38121dda0f485607/repo.json" ]