open-wc / custom-elements-manifest-deprecated

Custom Elements Manifest is a file format that describes custom elements in your project.
8 stars 4 forks source link

mixin is incorrectly listed as module instead of package #35

Closed thepassle closed 3 years ago

thepassle commented 3 years ago

@open-wc/scoped-elements should be package instead of module

          "mixins": [
            {
              "name": "ScopedElementsMixin",
              "module": "@open-wc/scoped-elements"
            },
            {
              "name": "LocalizeMixin",
              "package": "ing-web"
            }