mirror of
https://github.com/jquery/sizzle.git
synced 2025-12-28 04:43:44 +00:00
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
26 lines
352 B
JSON
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"
|
|
]
|
|
}
|