Skip to content

Commit bda111a

Browse files
authored
chore(package): improve package.json (#4)
Signed-off-by: Kevin Cui <[email protected]>
1 parent 02e89f6 commit bda111a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@
3535
"test:ui": "vitest --ui",
3636
"coverage": "vitest run --coverage"
3737
},
38-
"keywords": [],
38+
"files": [
39+
"src",
40+
"dist"
41+
],
42+
"keywords": [
43+
"oomol",
44+
"package manager"
45+
],
3946
"author": "Kevin Cui <[email protected]>",
4047
"license": "MIT",
4148
"devDependencies": {

0 commit comments

Comments
 (0)