From 8d489fb3284c698378c1f6d79b6719cc21307d71 Mon Sep 17 00:00:00 2001 From: Joseph Thomas Date: Thu, 8 Aug 2019 23:32:11 -0700 Subject: [PATCH] fix(sanity-plugin): is travis awake --- packages/sanity-plugin/src/temp.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/sanity-plugin/src/temp.ts b/packages/sanity-plugin/src/temp.ts index fd31125..b704272 100644 --- a/packages/sanity-plugin/src/temp.ts +++ b/packages/sanity-plugin/src/temp.ts @@ -1 +1,3 @@ -console.log('should cause a fix semver, again, one last time!!') +console.log( + 'should cause a fix semver, again, one last time!! Hello, travis, you awake?' +)