Skip to content

Commit

Permalink
Fixed exports (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Feb 19, 2023
1 parent 984ab4c commit 83c542c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @total-typescript/ts-reset

## 0.1.4

### Patch Changes

- Fixed exports (finally)

## 0.1.3

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@total-typescript/ts-reset",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"private": false,
"scripts": {
"build": "tsx build.ts",
"lint": "tsc && tsx lint.ts && check-export-map",
"release": "pnpm run build && pnpm run lint && changeset publish"
},
"main": "./dist/recommended.js",
"module": "./dist/recommended.mjs",
"types": "./dist/recommended.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit 83c542c

Please sign in to comment.