Skip to content

Commit

Permalink
Add types keyword to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kirchsuSICKAG committed Nov 14, 2023
1 parent e9d4816 commit af19f3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
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).

## next minor
## 0.2.11
### Fixed
- add types export in package.json for vite setup

## 0.2.10
### Fixed
- types export in package.json

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@collage/core",
"version": "0.2.10",
"version": "0.2.11",
"description": "A library to handle communication between micro frontends and enable an easy to use orchestration",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,6 +33,7 @@
"type": "module",
"main": "./dist/collage.umd.js",
"module": "./dist/collage.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit af19f3e

Please sign in to comment.