From 0a11f05b7d6fa93314fdbc2f315870ed6f89faa3 Mon Sep 17 00:00:00 2001 From: Syndesi Date: Fri, 12 Jul 2024 08:52:52 +0200 Subject: [PATCH] Fix `types` attribute in `package.json`, closes #85. --- CHANGELOG.md | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f7b1b..5040710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +### Fixed +- Fix `types` attribute in `package.json`, closes #85. ## 0.0.59 - 2024-07-11 ### Changed diff --git a/package.json b/package.json index 2381550..2571ffb 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "module": "dist/esm/index.js", "browser": "dist/browser/index.js", + "types": "dist/types/index.d.ts", "exports": { "./package.json": "./package.json", ".": {