Skip to content

Commit 1b3aaba

Browse files
committed
Add npm keywords
1 parent db01eec commit 1b3aaba

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [3.3.0] Nov-13-2019
44

55
### Additions
6+
- Add npm keywords
67
- [Issue #192] HttpClient must allow for custom headers
78

89
### Fixes

package.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,27 @@
6969
"bugs": {
7070
"url": "https://github.com/statelessstudio/pointyapi/issues"
7171
},
72-
"homepage": "https://github.com/statelessstudio/pointyapi#readme"
72+
"homepage": "https://github.com/statelessstudio/pointyapi#readme",
73+
"keywords": [
74+
"api",
75+
"server",
76+
"framework",
77+
"typescript",
78+
"database",
79+
"orm",
80+
"endpoint",
81+
"filter",
82+
"guard",
83+
"handler",
84+
"http",
85+
"middleware",
86+
"model",
87+
"query",
88+
"request",
89+
"response",
90+
"util",
91+
"jwt",
92+
"authentication",
93+
"authorization"
94+
]
7395
}

0 commit comments

Comments
 (0)