We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db01eec commit 1b3aabaCopy full SHA for 1b3aaba
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [3.3.0] Nov-13-2019
4
5
### Additions
6
+- Add npm keywords
7
- [Issue #192] HttpClient must allow for custom headers
8
9
### Fixes
package.json
@@ -69,5 +69,27 @@
69
"bugs": {
70
"url": "https://github.com/statelessstudio/pointyapi/issues"
71
},
72
- "homepage": "https://github.com/statelessstudio/pointyapi#readme"
+ "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
+ ]
95
}
0 commit comments