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> | 2015-12-08 09:33:52 -0500 |
commit | ffcfb85c9818954adda69e73cf9ba76ea07b554c (patch) | |
tree | a29502561cb21e2f5a39944d43a0f2e8ac2e6a7b /package.json | |
parent | 6c738d961d9918f75a3043a49ab21ac79bca45ae (diff) | |
download | jquery-ui-ffcfb85c9818954adda69e73cf9ba76ea07b554c.tar.gz jquery-ui-ffcfb85c9818954adda69e73cf9ba76ea07b554c.zip |
Build: Update bugs URL
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 61fbf13f8..aabad2751 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,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" |