Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Build: Sizzle version labels must start with a dash
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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" ); |
|
|
|
|
|
|