mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00: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…
Reference in a new issue