diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-12-20 12:30:23 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-12-20 17:29:35 -0500 |
commit | fd9c32118f8031eef681f6bd9fffa29bbce3c517 (patch) | |
tree | 8f3e9a006711191e71e462470841d6a3bb01ca4d /bower.json | |
parent | 499ae3a252b419da06fcfbc32b236cad9da132a1 (diff) | |
download | jquery-fd9c32118f8031eef681f6bd9fffa29bbce3c517.tar.gz jquery-fd9c32118f8031eef681f6bd9fffa29bbce3c517.zip |
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
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index e1003fd5a..ca3a2d120 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery", - "version": "1.11.0-pre", + "version": "1.11.0pre", "ignore": [ "**/.*", "build", |