diff --git a/package-overrides/github/components/jquery@2.0.3.json b/package-overrides/github/components/jquery@2.0.3.json index 0b4406c..6fc70d3 100644 --- a/package-overrides/github/components/jquery@2.0.3.json +++ b/package-overrides/github/components/jquery@2.0.3.json @@ -1,4 +1,7 @@ { - "main": "jquery.min", - "files": ["jquery.min.js", "jquery.min.map", "jquery.js"] + "main": "jquery", + "files": ["jquery.js"], + "buildConfig" { + "uglify": "true" + } }