Skip to content

Commit

Permalink
fix: remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lenconda committed Jun 29, 2021
1 parent bb21fb4 commit 52b8254
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/@dollie/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"dependencies": {
"@dollie/core": "^3.0.0",
"@dollie/origins": "^3.0.0",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"figlet": "^1.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/@dollie/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import commander from 'commander';
import { loadOrigins } from '@dollie/origins';
import {
DollieCLIConfigSchema,
} from '../utils/config';
Expand Down

0 comments on commit 52b8254

Please sign in to comment.