mod/bootstrap/vendor/bootstrap/build/change-version.js in card-1.94.1 vs mod/bootstrap/vendor/bootstrap/build/change-version.js in card-1.95.0

- old
+ new

@@ -1,16 +1,14 @@ #!/usr/bin/env node -'use strict' - /*! * Script to update version number references in the project. * Copyright 2017-2018 The Bootstrap Authors * Copyright 2017-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/* global Set */ +'use strict' const fs = require('fs') const path = require('path') const sh = require('shelljs')