Skip to content

Commit 40ec099

Browse files
Merge pull request #59 from oslabs-beta/john/npm-version
John/npm version
2 parents 03281a0 + 7d6a52e commit 40ec099

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
3636
1. Download npm package into your application.
3737

3838
```sh
39-
npm i react-query-rewind
39+
npm i -D react-query-rewind
4040
```
4141

4242
2. Import the ReactQueryRewind component into the root of your applicaiton.

package-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
3636
1. Download npm package into your application.
3737

3838
```sh
39-
npm i react-query-rewind
39+
npm i -D react-query-rewind
4040
```
4141

4242
2. Import the ReactQueryRewind component into the root of your applicaiton.

package-react/example/server/models/sports.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"timestamp": "Mar 20, 2024",
1919
"username": "Guest",
2020
"picture": "guest"
21+
},
22+
{
23+
"text": "test\n",
24+
"timestamp": "May 13, 2024",
25+
"username": "Guest",
26+
"picture": "guest"
2127
}
2228
]
2329
},

package-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/oslabs-beta/react-query-rewind"
2020
},
21-
"version": "1.1.1",
21+
"version": "2.0.2",
2222
"description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
2323
"keywords": [
2424
"react",

0 commit comments

Comments
 (0)