From 50fe635e7dbdda59f584473bd85dec8db4aa79ce Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Fri, 19 Oct 2018 10:53:22 +0200 Subject: [PATCH] fix: Wrong entry in package.json files We didn't publish our prebuilt list with 2.1.3 :( --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08a2d90..fbf606f 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "scripts", "lists", "test", - "build/tries/pre" + "build" ] }