Skip to content

Commit 4ceab34

Browse files
committed
removed unused module
1 parent 71a244f commit 4ceab34

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'module-alias/register'
21
import _ from 'lodash'
32
import defaults from '~/config/defaults'
43

test/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require('module-alias/register')
21
const {sync: globSync} = require("glob");
32
(async () => {
43
const matches = globSync("test/**/*.mjs");

0 commit comments

Comments
 (0)