Permalink
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" ); |
|
|
|
|
|
|
|
0 comments on commit
d6c97ab