waderyan / nodejs-extension-pack

MIT License
8 stars 13 forks source link

Use `extensionPack` instead of `extensionDependencies` #3

Open sandy081 opened 6 years ago

sandy081 commented 6 years ago

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