Skip to content

Commit 932f45d

Browse files
committed
CDN: Use versioned files for jquery-color
1 parent ec98e77 commit 932f45d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/cdn.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ module.exports = function( Release ) {
1919
if ( project === "qunitjs" ) {
2020
return jqueryCdn + "/qunit";
2121
}
22+
if ( project === "jquery-color" ) {
23+
return jqueryCdn + "/color";
24+
}
2225

2326
// Projects with different directory names than their npm package
2427
if ( /^jquery-/.test( project ) ) {

0 commit comments

Comments
 (0)