Skip to content

Commit 3d1037b

Browse files
committed
fix(package): optimise package files
1 parent b79aa97 commit 3d1037b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ yarn add -D prettier @szum-tech/prettier-config
6464

6565
## Set configuration
6666

67-
Full documentation on how to create a Prettier configuration can be found [here](https://prettier.io/docs/en/configuration.html).
67+
Full documentation on how to create a Prettier configuration can be found [here](https://prettier.io/docs/en/configuration.html).
6868

6969
Below are the recommended ways to add it:
7070

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"license": "MIT",
2020
"author": "Szum-Tech <szum.tech@gmail.com>",
2121
"main": "index.js",
22+
"files": [
23+
"index.js"
24+
],
2225
"scripts": {
2326
"prettier:check": "prettier --check .",
2427
"prettier:write": "prettier --write ."

0 commit comments

Comments
 (0)