Skip to content

Commit

Permalink
build: specify the package files (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Mar 11, 2024
1 parent e87e2a2 commit 3977629
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Any changes that haven't been included in a published version will be listed here.

- build: specify the package files

## 0.14.0

- Added `node.reactions = ...` to the list of banned property setters under `ban-deprecated-sync-prop-setters`. Use `node.setReactionsAsync` instead.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To run tests, run:
npm run tests
```

To run an invidual test, you can run Jest with the `-t` parameter, followed by the string handle for the test. The handle is declared in each test file. Example:
To run an individual test, you can run Jest with the `-t` parameter, followed by the string handle for the test. The handle is declared in each test file. Example:

```
npx jest -t 'await-requires-async'
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"url": "https://github.com/figma/eslint-plugin-figma-plugins/issues"
},
"homepage": "https://github.com/figma/eslint-plugin-figma-plugins#readme",
"files": [
"dist/",
"CHANGELOG.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md"
],
"dependencies": {
"@typescript-eslint/typescript-estree": "^6.13.2",
"@typescript-eslint/utils": "^6.12.0",
Expand Down

0 comments on commit 3977629

Please sign in to comment.