Explorar el Código

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 hace 11 años
padre
commit
99e76ed766
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      hooks/pre-commit

+ 0
- 1
hooks/pre-commit Ver fichero

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

Cargando…
Cancelar
Guardar