Skip to content

Commit c6a6b03

Browse files
committed
fixed issue with vue package.json name where it overwrote react query
1 parent 0118036 commit c6a6b03

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-svelte/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-svelte/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-query-rewind",
2+
"name": "@react-query-rewind/svelte-query-rewind",
33
"contributors": [
44
{
55
"name": "John Dunn"
@@ -16,12 +16,12 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/oslabs-beta/react-query-rewind"
19+
"url": "git+https://github.com/oslabs-beta/react-query-rewind.git"
2020
},
2121
"version": "1.1.7",
2222
"description": "Svelte 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": [
24-
"react",
24+
"svelte",
2525
"react query",
2626
"tanstack query",
2727
"@tanstack",

package-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/oslabs-beta/react-query-rewind"
11+
"url": "git+https://github.com/oslabs-beta/react-query-rewind.git"
1212
},
1313
"main": "./dist/VueQueryRewind.cjs.js",
1414
"module": "./dist/VueQueryRewind.es.js",

0 commit comments

Comments
 (0)