Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droyson committed Oct 10, 2021
1 parent 0ba8582 commit 954d380
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "vanilla-swr",
"version": "1.0.1",
"version": "1.0.2",
"description": "`stale-while-revalidate` caching strategy for vanilla web-apps ",
"keywords": ["swr", "vanilla-swr", "stale-while-revalidate"],
"keywords": [
"swr",
"vanilla-swr",
"stale-while-revalidate"
],
"browser": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 954d380

Please sign in to comment.