Skip to content

Commit

Permalink
remove esbuild dep from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jun 13, 2021
1 parent a50c4a0 commit 3d36d2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@memserver/cli/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import fs from "fs/promises";
import { promisify } from 'util';
import { exec } from 'child_process';
import esbuild from "esbuild";
import kleur from "kleur";
import { pluralize } from "inflected";
import recursiveLookup from 'recursive-lookup';
Expand Down

0 comments on commit 3d36d2c

Please sign in to comment.