From c4144fa608d891f7e314ac3820aa3bb6c52e7745 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Mon, 8 Feb 2021 20:31:22 +0100 Subject: [PATCH] Remove nuget.org spec from the repository None of the recent maintainers has remembered trying to keep the nuget.org package up to date. As of writing this, it's over 7 years since the last mustache.js version got published on nuget (v0.7.2). Adding to that, there has been no questions asked from the nuget community about outdated versions. With the above in mind, we'll remove the nuget spec from our repo since it only adds to confusion at this point. Refs https://www.nuget.org/packages/mustache.js/ --- hooks/pre-commit | 1 - mustache.js.nuspec | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 mustache.js.nuspec diff --git a/hooks/pre-commit b/hooks/pre-commit index 0fbd577..7d0034d 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -79,6 +79,5 @@ end bumper = Bumper.new([ Source.new('mustache.mjs', /version: '([^']+)'/), - Source.new('mustache.js.nuspec', /([^<]+)<\/version>/), ]) bumper.start diff --git a/mustache.js.nuspec b/mustache.js.nuspec deleted file mode 100644 index e77395a..0000000 --- a/mustache.js.nuspec +++ /dev/null @@ -1,14 +0,0 @@ - - - - mustache.js - 4.1.0 - mustache.js Authors - https://github.com/janl/mustache.js/blob/master/LICENSE - http://mustache.github.com/ - false - Logic-less templates in JavaScript. - - mustache template templates javascript - - \ No newline at end of file