Build: Sizzle version labels must start with a dash

This commit is contained in:
Timmy Willison 2014-12-17 11:17:41 -05:00
parent 91017047fc
commit d6c97abb74

View File

@ -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" );