From 9146438683e5ae9f62ea25e2039956b3ea8b58ee Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Apr 2018 16:07:16 +0100 Subject: [PATCH] Add res dir to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e3d94d57be..5190546acd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "release.sh", "scripts", "src", - "test" + "test", + "res" ], "bin": { "reskindex": "scripts/reskindex.js",