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.
This commit is contained in:
Roland Schilter
2017-07-06 22:29:14 +02:00
parent 1abc886fbd
commit 0d2a1e3eb1

View File

@@ -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",