Skip to content

Commit

Permalink
fix: explicitly specify the 'types' field in package.json (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Mar 14, 2024
1 parent 3977629 commit 1d74e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Any changes that haven't been included in a published version will be listed here.

- build: specify the package files
- fix: explicitly specify the "types" field in package.json

## 0.14.0

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.14.0",
"description": "typescript-eslint rules for Figma plugin development",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && tsc -p tsconfig.build.json && npm run update:eslint-docs",
"watch": "tsc -p tsconfig.build.json -w",
Expand Down

0 comments on commit 1d74e97

Please sign in to comment.