Skip to content

Commit 21a8fb3

Browse files
authored
format: add keywords to package.json (#5)
1 parent f4f3acd commit 21a8fb3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/modern-colts-thank.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@obosbbl/format": patch
3+
---
4+
5+
add `keywords` to package.json

packages/format/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"repository": {
66
"url": "https://github.com/code-obos/public-frontend-modules"
77
},
8+
"keywords": [
9+
"OBOS",
10+
"format",
11+
"formatting"
12+
],
813
"license": "MIT",
914
"sideEffects": false,
1015
"type": "module",

0 commit comments

Comments
 (0)