aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-12-20 12:30:23 -0500
committerTimmy Willison <timmywillisn@gmail.com>2013-12-20 17:25:03 -0500
commitbae117445b915d0a2a5c5a78ad9e3c8cd014dc9e (patch)
treef98d71ef04bd5cf636f674c672753c0d6f222b06 /package.json
parented0f0e42dfd533f920305d58454d2f0a72c1be28 (diff)
downloadjquery-bae117445b915d0a2a5c5a78ad9e3c8cd014dc9e.tar.gz
jquery-bae117445b915d0a2a5c5a78ad9e3c8cd014dc9e.zip
Remove hyphen from pre versions
- It is intentionally invalid semver as pre versions should never be released - UI and Mobile already do this
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ce09760d5..e2ff96c31 100644
--- a/package.json
+++ b/package.json
@@ -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": {