chore(deps): update major, minor and patch (#399)

This commit is contained in:
Miralem Drek
2020-04-06 14:04:15 +02:00
committed by GitHub
parent b3d061c809
commit 0eddfde6ae
140 changed files with 2346 additions and 1854 deletions

View File

@@ -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 = {