Skip to content

Commit

Permalink
Merge pull request #8 from gadingnst/package/keywords
Browse files Browse the repository at this point in the history
[RELEASE] add keywords on package
  • Loading branch information
Gading Nasution authored Oct 8, 2022
2 parents 55d4d98 + 7004f65 commit 11d1cab
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swr-global-state",
"author": "Sutan Gading Fadhillah Nasution <contact@gading.dev>",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -54,5 +54,21 @@
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
}
},
"keywords": [
"react",
"typescript",
"react-state-management",
"state-management",
"state-manager",
"global-state-hooks",
"hooks",
"state-hooks",
"swr-state",
"swr-store",
"use-swr",
"swr",
"javascript",
"react-utility"
]
}

0 comments on commit 11d1cab

Please sign in to comment.