diff options
| author | Jason Miller <[email protected]> | 2021-06-23 16:40:45 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-23 16:40:45 -0400 |
| commit | f3990ec5e34477d2fc21644c91a64d7a0bc004c1 (patch) | |
| tree | 569d157e1afb1e9deb14fbe594591e0a7ebd54ab /.github | |
| parent | ec0aab7de2474b9592c177c19e5c839c74196394 (diff) | |
Add Package Exports configuration (#139)
* Add Package Exports configuration (semver major)
* Update compressed-size.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/compressed-size.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/compressed-size.yml b/.github/workflows/compressed-size.yml index 958fd22..45cad2f 100644 --- a/.github/workflows/compressed-size.yml +++ b/.github/workflows/compressed-size.yml @@ -8,3 +8,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: preactjs/compressed-size-action@v2 + with: + pattern: "./dist/*.{js,mjs,cjs}" |
