We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec98e77 commit 932f45dCopy full SHA for 932f45d
lib/cdn.js
@@ -19,6 +19,9 @@ module.exports = function( Release ) {
19
if ( project === "qunitjs" ) {
20
return jqueryCdn + "/qunit";
21
}
22
+ if ( project === "jquery-color" ) {
23
+ return jqueryCdn + "/color";
24
+ }
25
26
// Projects with different directory names than their npm package
27
if ( /^jquery-/.test( project ) ) {
0 commit comments