mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 18:52:38 +00:00
Use existing dependency fs-extra instead of adding new one
This commit is contained in:
@@ -8,7 +8,7 @@ const express = require('express');
|
|||||||
const yaml = require('js-yaml');
|
const yaml = require('js-yaml');
|
||||||
const app = express();
|
const app = express();
|
||||||
const config = require('./config.js');
|
const config = require('./config.js');
|
||||||
const fs = require('fs');
|
const fs = require('fs-extra');
|
||||||
|
|
||||||
const { homebrewApi, getBrew } = require('./homebrew.api.js');
|
const { homebrewApi, getBrew } = require('./homebrew.api.js');
|
||||||
const GoogleActions = require('./googleActions.js');
|
const GoogleActions = require('./googleActions.js');
|
||||||
|
|||||||
Reference in New Issue
Block a user