diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-12-17 11:17:41 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-12-17 11:17:41 -0500 |
commit | d6c97abb744bfe8c67ab9158aecdb5bb1c05e47b (patch) | |
tree | 4fc038085ac94d30de583ac86ae6a4ca0f49fdd2 /build | |
parent | 91017047fc85cf634d9c7726901c250708f58731 (diff) | |
download | jquery-d6c97abb744bfe8c67ab9158aecdb5bb1c05e47b.tar.gz jquery-d6c97abb744bfe8c67ab9158aecdb5bb1c05e47b.zip |
Build: Sizzle version labels must start with a dash
Diffstat (limited to 'build')
-rw-r--r-- | build/ensure-sizzle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ensure-sizzle.js b/build/ensure-sizzle.js index 8c43a4b1d..66e5ee47c 100644 --- a/build/ensure-sizzle.js +++ b/build/ensure-sizzle.js @@ -1,7 +1,7 @@ var fs = require( "fs" ), npm = require( "npm" ), sizzleLoc = __dirname + "/../external/sizzle/dist/sizzle.js", - rversion = /Engine v(\d+\.\d+\.\d+[-\.\d\w]*)/; + rversion = /Engine v(\d+\.\d+\.\d+(?:-[-\.\d\w]+)?)/; require( "colors" ); |