From b33f2b2d24508d623ab9a637f921d6b8897f7c98 Mon Sep 17 00:00:00 2001 From: David Majda Date: Tue, 11 Oct 2016 12:00:34 +0200 Subject: [PATCH] Remove VERSION Version information is already present in package.json and no code uses the VERSION file anymore. It doesn't make sense too keep it just for the sake of following an old convention as it is a maintenance burden. --- VERSION | 1 - package.json | 1 - 2 files changed, 2 deletions(-) delete mode 100644 VERSION diff --git a/VERSION b/VERSION deleted file mode 100644 index 78bc1ab..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.10.0 diff --git a/package.json b/package.json index 01b9894..b25590a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "CHANGELOG.md", "LICENSE", "README.md", - "VERSION", "bin/pegjs", "examples/arithmetics.pegjs", "examples/css.pegjs",