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

Use extensionPack instead of extensionDependencies property for defining pack #48

Closed
sandy081 opened this issue Aug 15, 2018 · 2 comments

Comments

@sandy081
Copy link

From release v1.26, defining an Extension Pack now uses a new property called extensionPack instead of extensionDependencies in package.json. This is because extensionDependencies is mainly used to define functional dependencies and an Extension Pack should not have any functional dependencies with its bundled extensions and they should be manageable independent of the pack.

So please use extensionPack property for defining the pack.

For more details refer to Release notes

@AvinZarlez
Copy link
Owner

Yes! I was one of the people suggesting this feature, very excited to have it implemented! Will update this

@AvinZarlez
Copy link
Owner

Updated in version 1.0.5

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

No branches or pull requests

2 participants