diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-12-08 09:33:52 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-06-09 17:30:21 -0400 |
commit | 3046d9150f5ec31f93d1caa73cf3eb6f7a9da299 (patch) | |
tree | 1c56858949499355584b23343bef50b441d6047c /package.json | |
parent | 228ca7250ab006cacda83c897e66c112312130fa (diff) | |
download | jquery-ui-3046d9150f5ec31f93d1caa73cf3eb6f7a9da299.tar.gz jquery-ui-3046d9150f5ec31f93d1caa73cf3eb6f7a9da299.zip |
Build: Update bugs URL
(cherry picked from commit ffcfb85c9818954adda69e73cf9ba76ea07b554c)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 729a955c5..541d9b166 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "type": "git", "url": "git://github.com/jquery/jquery-ui.git" }, - "bugs": "http://bugs.jqueryui.com/", + "bugs": "https://bugs.jqueryui.com/", "license": "MIT", "scripts": { "test": "grunt" |