diff --git a/Gruntfile.js b/Gruntfile.js index 18ec2dd..e20830f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,5 +1,5 @@ var vendorCopy = [ - 'jquery/jquery.min.js', + 'jquery/dist/jquery.min.js', 'fancybox/source/jquery.fancybox.pack.js', 'fancybox/source/helpers/jquery.fancybox-media.js', diff --git a/bower.json b/bower.json index 902a248..a7b843e 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ "chrome_point_plus/vendors/**" ], "dependencies": { - "jquery": "~1.10.1", + "jquery": "~3", "fancybox": "~2.1.5", "markitup": "~1.1.14", "soundcloud": "git@github.com:soundcloud/Widget-JS-API.git" diff --git a/chrome_point_plus/manifest.json b/chrome_point_plus/manifest.json index 7c3c5b6..304a4ab 100644 --- a/chrome_point_plus/manifest.json +++ b/chrome_point_plus/manifest.json @@ -27,7 +27,7 @@ { "matches": ["http://*.point.im/*", "https://*.point.im/*"], "js": [ - "vendor/jquery/jquery.min.js", + "vendor/jquery/dist/jquery.min.js", "js/options-manager.js", "js/message-sender.js",