Remove hyphen from pre versions

- It is intentionally invalid semver as pre versions should never be released
- UI and Mobile already do this

Conflicts:
	bower.json
	package.json
This commit is contained in:
Timmy Willison 2013-12-20 12:30:23 -05:00
parent 499ae3a252
commit fd9c32118f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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