mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
grunt/change-version.js: Remove extraneous semicolon
[ci skip]
This commit is contained in:
parent
55c37c1ec0
commit
0cd0e66632
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user