Skip to content

Commit a636b1b

Browse files
committed
docs(package): add package keywords
1 parent 54aa664 commit a636b1b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stantanasi/jsonapi-client",
33
"version": "1.0.0",
4-
"description": " A JSON:API client built with TypeScript",
4+
"description": " A JSON:API specification client built with TypeScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
@@ -18,6 +18,13 @@
1818
},
1919
"author": "stantanasi",
2020
"license": "ISC",
21+
"keywords": [
22+
"jsonapi",
23+
"typescript",
24+
"jsonapi-client",
25+
"react",
26+
"expo"
27+
],
2128
"dependencies": {
2229
"axios": "^1.8.1"
2330
},

0 commit comments

Comments
 (0)