1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Revert "build/*.js: set sourceType to module."

This reverts commit b442ce3130.
This commit is contained in:
XhmikosR
2018-11-28 13:03:28 +02:00
parent 11da160114
commit 05dfae3146
8 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
'use strict'
const path = require('path')
const pkg = require(path.resolve(__dirname, '../package.json'))
const year = new Date().getFullYear()