Skip to content

Commit 6fff1ae

Browse files
committed
chore: only include required files
1 parent 3140b80 commit 6fff1ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Add dynamic accent color to your Tailwind CSS project.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
7+
"files": [
8+
"src/index.js",
9+
"src/index.d.ts"
10+
],
711
"scripts": {
812
"lint": "eslint .",
913
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)