From b442ce3130808dc28fe897f610bef1e9ab9c792f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 12 Aug 2018 21:28:57 +0300 Subject: build/*.js: set `sourceType` to module. --- build/change-version.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'build/change-version.js') diff --git a/build/change-version.js b/build/change-version.js index 7102dc0830..192c627101 100755 --- a/build/change-version.js +++ b/build/change-version.js @@ -7,8 +7,6 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -'use strict' - const fs = require('fs') const path = require('path') const sh = require('shelljs') -- cgit v1.2.3