mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 20:55:50 +02:00
grunt/change-version.js: Remove extraneous semicolon
[ci skip]
This commit is contained in:
@@ -100,6 +100,6 @@ function main(args) {
|
|||||||
'.yml'
|
'.yml'
|
||||||
]);
|
]);
|
||||||
replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion);
|
replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion);
|
||||||
};
|
}
|
||||||
|
|
||||||
main(process.argv.slice(2));
|
main(process.argv.slice(2));
|
||||||
|
Reference in New Issue
Block a user