From 0d2a1e3eb1b2031898fbe4b44048cf9bdad5442c Mon Sep 17 00:00:00 2001 From: Roland Schilter Date: Thu, 6 Jul 2017 22:29:14 +0200 Subject: [PATCH] Set package.json version to 0.0.0 The package version is irrelevant for the build process and is not read anywhere. The package is not published and causes confusion if the bump is forgotten. --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2802abc5c7..a4880faf38 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "weave-scope", - "version": "1.5.1", + "version": "0.0.0", "description": "SPA JS app for Weave Scope visualising the application network.", "repository": "weaveworks/scope", "license": "Apache-2.0",