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:
Timmy Willison 2013-12-20 12:30:23 -05:00
parent ed0f0e42df
commit bae117445b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "jquery",
"version": "2.1.0-pre",
"version": "2.1.0pre",
"ignore": [
"**/.*",
"build",

View File

@ -2,7 +2,7 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
"version": "2.1.0-pre",
"version": "2.1.0pre",
"main": "dist/jquery.js",
"homepage": "http://jquery.com",
"author": {