浏览代码

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 年前
父节点
当前提交
99e76ed766
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      hooks/pre-commit

+ 0
- 1
hooks/pre-commit 查看文件

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

正在加载...
取消
保存