]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Adding 1.6.0 and 1.6.1 to the file size history script
authorTim Wood <washwithcare@gmail.com>
Fri, 27 Apr 2012 00:32:52 +0000 (17:32 -0700)
committerTim Wood <washwithcare@gmail.com>
Fri, 27 Apr 2012 00:32:52 +0000 (17:32 -0700)
test/filesize-history.js

index 1ddce124d4c83e1e507863f1344428eca7d7d648..f78f1fb89d2c8dd5225ec587ea1c77088dec389c 100644 (file)
@@ -80,7 +80,7 @@ function getSizeAtVersion(version, path) {
 
 (function(){
        var old_versions = '1.0.1 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.4.0'.split(' ');
-       var new_versions = '1.5.0 1.5.1'.split(' ');
+       var new_versions = '1.5.0 1.5.1 1.6.0 1.6.1'.split(' ');
        var i;
 
        for (i = 0; i < old_versions.length; i++) {