mediacurrent / theme_generator_8

Yeoman generator for Drupal Themes - lets you quickly set up a Drupal 8 theme with sensible defaults and best practices.
MIT License
100 stars 24 forks source link

UIKit uikit-workshop deprecation configuration #78

Closed mariohernandez closed 3 years ago

mariohernandez commented 4 years ago

When building the theme the following deprecation warnings comes up: Please update the configuration of UIKit uikit-workshop with property 'package: @pattern-lab/uikit-workshop' in patternlab-config.json. Lookup by 'name' is deprecated and will be removed in the future.

Fix issue as follows:

"package": "@pattern-lab/uikit-workshop"

mariohernandez commented 3 years ago

This issue has been addressed by PR