From 8bb19cba7722fd76e7bec6dfb812fc8eba7f3368 Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Fri, 17 Apr 2020 10:23:55 +0800 Subject: [PATCH] fix: adds package version fixes https://github.com/opentrace-community/opentrace-android/issues/16 fixes https://github.com/opentrace-community/opentrace-cloud-functions/issues/14 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- functions/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/package.json b/functions/package.json index 97eebb3..f70c945 100644 --- a/functions/package.json +++ b/functions/package.json @@ -1,5 +1,6 @@ { "name": "functions", + "version": "0.0.1", "scripts": { "lint": "tslint --project tsconfig.json", "build": "tsc",