mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore(deps): update major, minor and patch (#399)
This commit is contained in:
@@ -13,11 +13,7 @@ const favicon = path.resolve(__dirname, '../../../docs/assets/njs.png');
|
||||
const crypto = require('crypto');
|
||||
const { version } = require('../package.json');
|
||||
|
||||
const versionHash = crypto
|
||||
.createHash('md5')
|
||||
.update(version)
|
||||
.digest('hex')
|
||||
.slice(0, 4);
|
||||
const versionHash = crypto.createHash('md5').update(version).digest('hex').slice(0, 4);
|
||||
|
||||
const cfg = ({ srcDir, distDir, dev = false, serveConfig = {} }) => {
|
||||
const config = {
|
||||
|
||||
Reference in New Issue
Block a user