sizzle/bower.json
Michał Gołębiowski-Owczarek 390f24005f
Build: Remove the version field from the bower.json file
jquery-release only updates the version in the tag so it stays stale on master.
Instead, just remove the version from there.

Closes gh-469
2020-03-30 18:09:59 +02:00

26 lines
352 B
JSON

{
"name": "sizzle",
"main": "./dist/sizzle.js",
"license": "MIT",
"ignore": [
"**/.*",
"package.json",
"bower.json",
"speed",
"Makefile",
"*.md",
"*.txt",
"!LICENSE.txt",
"src",
"test",
"Gruntfile.js"
],
"keywords": [
"sizzle",
"javascript",
"CSS",
"selector",
"jquery"
]
}