Skip to content

Commit ad133ab

Browse files
committed
fix: add missing repository field in package.json
1 parent 71786d7 commit ad133ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"spinner",
2424
"react"
2525
],
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/mhnpd/react-loader-spinner"
29+
},
2630
"scripts": {
2731
"build": "rimraf dist && tsup && node scripts/postbuild.cjs",
2832
"watch": "tsup --watch",

0 commit comments

Comments
 (0)