Skip to content

Commit 6bc0e50

Browse files
committed
Build: Sizzle version labels must start with a dash
1 parent dda65fb commit 6bc0e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ensure-sizzle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var fs = require( "fs" ),
22
npm = require( "npm" ),
33
sizzleLoc = __dirname + "/../external/sizzle/dist/sizzle.js",
4-
rversion = /Engine v(\d+\.\d+\.\d+[-\.\d\w]*)/;
4+
rversion = /Engine v(\d+\.\d+\.\d+(?:-[-\.\d\w]+)?)/;
55

66
require( "colors" );
77

0 commit comments

Comments
 (0)