---
versions:
  - 1.2.3
  - 1.2.6
  - 1.3.{0..2}
  - 1.4.{1..4}
  - 1.6.{1..2}
  - 1.6.4
  - '1.7'
  - 1.7.{1..2}
  - 1.8.{0..3}
  - 1.9.{0..1}
  - 1.10.{1..2}
  - 2.0.0
  - 2.0.{2..3}
  - 2.1.{0..4}
  # but default to latest in major version 1.x.x
  - 1.11.{0..3}

$cdnjs: cdnjs://jquery/$version/$file
$google: google://jquery/$version/$file
$http: http://code.jquery.com

files:
  jquery.js: [$cdnjs, $google, $http/jquery-$version.js]
  jquery.min.js: [$cdnjs, $google, $http/jquery-$version.min.js]
