Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Remove all CLI's from compile #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarshallOfSound
Copy link
Member

@MarshallOfSound MarshallOfSound commented Aug 27, 2017

With forge being pretty much the CLI for electron-compile applications packaging an internal CLI doesn't make much sense anymore.

That and because electron-compile is a production dependency we can remove the yargs dependency from production builds 👍

Fixes #209.

NOTE: This is a breaking change so will be major bump (thanks for reminding me @malept )

Copy link
Member

@malept malept left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need a major version bump.

"debug": "^2.5.1",
"lru-cache": "^4.0.1",
"mkdirp": "^0.5.1",
"pify": "^2.3.0",
"rimraf": "^2.5.4",
"rxjs": "^5.1.1",
"spawn-rx": "^2.0.3",
"yargs": "^4.8.1"
"spawn-rx": "^2.0.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we can get rid of this too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants