Browse Source

bower.json no longer requires to be bumped

`version` is currently a moot prop since git tags are used instead. More
info at https://github.com/bower/bower.json-spec/commit/a325da3.
tags/v2.1.1
David da Silva Contin 11 years ago
parent
commit
99e76ed766
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      hooks/pre-commit

+ 0
- 1
hooks/pre-commit View File

@@ -85,6 +85,5 @@ end
bumper = Bumper.new([
Source.new('mustache.js', /mustache.version = '([\d\.]*)'/),
Source.new('mustache.js.nuspec', /<version>([\d\.]*)<\/version>/),
Source.new('bower.json', /"version": "([\d\.]*)"/)
])
bumper.start

Loading…
Cancel
Save