mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🔀 Npm package updates (#554)
* Update package.json * Replace-In-File & change-case update fixes * tslint to 6.1.2 * nodemailer 6.4.6, googeaplis 50.0.0 * tslint 7.0.1 * package updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
import * as fs from 'fs';
|
||||
import replaceInFile, { ReplaceInFileConfig } from 'replace-in-file';
|
||||
import {replaceInFile, ReplaceInFileConfig } from 'replace-in-file';
|
||||
|
||||
const { promisify } = require('util');
|
||||
const fsCopyFile = promisify(fs.copyFile);
|
||||
|
||||
Reference in New Issue
Block a user