mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 20:04:52 +08:00
updated build process. dev version no longer pulls the version number from the package.json file. It instead always uses dev. Also set some things up for -beta build support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Test.Modules.GLOBAL = {
|
||||
'test Kinetic version number': function(containerId) {
|
||||
test(Kinetic.version === '0.0.0', 'Kinetic.version should equal 0.0.0');
|
||||
test(Kinetic.version === 'dev', 'Kinetic.version should equal dev');
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user