Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-08-12 21:28:57 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-08-12 22:22:12 +0300
commitb442ce3130808dc28fe897f610bef1e9ab9c792f (patch)
tree67955bad51a6e6c2bbcbbf456574d90a92dac6d3 /build/generate-sri.js
parentacd19de6a9258056583f479b4b2faa0bec7bfb07 (diff)
build/*.js: set `sourceType` to module.
Diffstat (limited to 'build/generate-sri.js')
-rw-r--r--build/generate-sri.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/generate-sri.js b/build/generate-sri.js
index 10936e8a1b..4d5c25c44e 100644
--- a/build/generate-sri.js
+++ b/build/generate-sri.js
@@ -10,8 +10,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
-'use strict'
-
const fs = require('fs')
const path = require('path')
const sriToolbox = require('sri-toolbox')