mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Remove hyphen from pre versions
- It is intentionally invalid semver as pre versions should never be released - UI and Mobile already do this
This commit is contained in:
parent
ed0f0e42df
commit
bae117445b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jquery",
|
"name": "jquery",
|
||||||
"version": "2.1.0-pre",
|
"version": "2.1.0pre",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"build",
|
"build",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "jquery",
|
"name": "jquery",
|
||||||
"title": "jQuery",
|
"title": "jQuery",
|
||||||
"description": "JavaScript library for DOM operations",
|
"description": "JavaScript library for DOM operations",
|
||||||
"version": "2.1.0-pre",
|
"version": "2.1.0pre",
|
||||||
"main": "dist/jquery.js",
|
"main": "dist/jquery.js",
|
||||||
"homepage": "http://jquery.com",
|
"homepage": "http://jquery.com",
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
Reference in New Issue
Block a user