jquery / sizzle

A sizzlin' hot selector engine.
https://sizzlejs.com
Other
6.29k stars 951 forks source link

Build: Remove the version field from the bower.json file #469

Closed mgol closed 4 years ago

mgol commented 4 years ago

jquery-release only updates the version in the tag so it stays stale on master (e.g. now it has 2.3.4 when 2.3.5 has already been released). Instead, just remove the version from there.

I tested this with jquery-release and it still correctly adds the version field.