Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(create): depend directly on cordova-create #489

Merged
merged 1 commit into from
Nov 11, 2019

Conversation

raphinesse
Copy link
Contributor

@raphinesse raphinesse commented Nov 10, 2019

This will allow us to remove the cordova.create stub from
cordova-lib.

Moreover it flattens our dependency graph by one level:

Old

Dependency graph old

New

Dependency graph new

This will allow us to remove the `cordova.create` stub from
`cordova-lib`.

Moreover it flattens our dependency graph by one level.
@raphinesse raphinesse added this to the 10.0.0 milestone Nov 10, 2019
raphinesse added a commit to raphinesse/cordova-lib that referenced this pull request Nov 10, 2019
Instead, `cordova-create` should be depended on directly by its users.

Follow-up to apache/cordova-cli#489

BREAKING CHANGE: removes export `cordova.create`
Copy link
Member

@erisu erisu left a comment

Choose a reason for hiding this comment

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

👍 Looks Good!

@raphinesse raphinesse merged commit fb6bc3e into master Nov 11, 2019
@raphinesse raphinesse deleted the depend-on-create branch November 11, 2019 12:09
raphinesse added a commit to apache/cordova-lib that referenced this pull request Nov 11, 2019
Instead, `cordova-create` should be depended on directly by its users.

Follow-up to apache/cordova-cli#489

BREAKING CHANGE: removes export `cordova.create`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants