Skip to content

Commit d2201f6

Browse files
committed
updated vue and svelte package.json to have repo rul best practices
1 parent 6384446 commit d2201f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/oslabs-beta/react-query-rewind"
19+
"url": "git+https://github.com/oslabs-beta/react-query-rewind"
2020
},
2121
"version": "1.1.1",
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",

package-vue/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"files": [
66
"dist"
77
],
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/oslabs-beta/react-query-rewind"
11+
},
812
"main": "./dist/VueQueryRewind.cjs.js",
913
"module": "./dist/VueQueryRewind.es.js",
1014
"types": "./dist/VueQueryRewind.es.d.ts",

0 commit comments

Comments
 (0)