Skip to content

Commit c886fa7

Browse files
committed
fix: Add repository field to package.json
Included the repository URL in package.json to provide project source location.
1 parent 6677148 commit c886fa7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"dist",
77
"index.d.ts"
88
],
9+
"repository": {
10+
"url": "https://github.com/rohit1901/substack-feed-api"
11+
},
912
"main": "./dist/substackFeedApi.umd.cjs",
1013
"module": "./dist/substackFeedApi.js",
1114
"types": "./index.d.ts",

0 commit comments

Comments
 (0)