adobe / lit-mobx

Mixin and base class for using mobx with lit-element
Apache License 2.0
269 stars 16 forks source link

fix: correctly sets package as esm type, fixes #171 #172

Closed benjamind closed 9 months ago

benjamind commented 9 months ago

Description

Adds correct type: 'module' field to package.json to properly declare package as ESM.

Related Issue

171

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: