From 84bbc07146a947ba3d4d486a357cfc5a3e2660b6 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Tue, 16 Oct 2018 09:14:28 +0200 Subject: [PATCH] Mark deliverfile as a Ruby file Just like Appfile and Fastfile, Deliverfile is part of the Fastlane toolchain written in Ruby. See https://docs.fastlane.tools/actions/deliver/ --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bb51bc4cf..86220d6a3 100644 --- a/package.json +++ b/package.json @@ -365,6 +365,7 @@ "berksfile", "brewfile", "capfile", + "deliverfile", "fastfile", "guardfile", "podfile",