Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 70546c7

Browse files
authored
chore: add keywords to package.json (#72)
1 parent 066cc15 commit 70546c7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,18 @@
4949
"@semantic-release/github"
5050
]
5151
},
52-
"dependencies": {}
52+
"dependencies": {},
53+
"keywords": [
54+
"nestjs",
55+
"nest",
56+
"api",
57+
"in-memory db",
58+
"in-memory",
59+
"prototyping",
60+
"db",
61+
"crud",
62+
"rest",
63+
"typescript",
64+
"javascript"
65+
]
5366
}

0 commit comments

Comments
 (0)