Removed unused package

This commit is contained in:
Sebastian Qvarfordt
2020-07-15 11:22:50 +02:00
parent cbef4867eb
commit a49239c6e6
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -45,7 +45,6 @@
},
"dependencies": {
"@backstage/cli": "^0.1.1-alpha.13",
"chalk": "^4.1.0",
"commander": "^5.1.0",
"fs-extra": "^9.0.1",
"http-proxy": "^1.18.1",
-1
View File
@@ -16,7 +16,6 @@
import { spawn, ChildProcess } from 'child_process';
import program from 'commander';
import { version } from './lib/version';
// import chalk from 'chalk';
import path from 'path';
import HTTPServer from './lib/httpServer';
import openBrowser from 'react-dev-utils/openBrowser';