diff --git a/hooks/pre-commit b/hooks/pre-commit index 0fbd577c1..7d0034d59 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 e77395a77..000000000 --- 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