mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
grunt/change-version.js: Remove extraneous semicolon
[ci skip]
This commit is contained in:
parent
55c37c1ec0
commit
0cd0e66632
1 changed files with 1 additions and 1 deletions
|
@ -100,6 +100,6 @@ function main(args) {
|
|||
'.yml'
|
||||
]);
|
||||
replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion);
|
||||
};
|
||||
}
|
||||
|
||||
main(process.argv.slice(2));
|
||||
|
|
Loading…
Add table
Reference in a new issue