Skip to content

Commit a334f31

Browse files
Merge pull request #2 from TheDevMinerTV/fix/missing-repo-link-in-package-meta
fix: repository link is missing from package.json
2 parents 59aac5b + 3ec078e commit a334f31

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tiny-node-eventemitter': patch
3+
---
4+
5+
Fixed repository link on NPMJS.com

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"license": "MIT",
66
"description": "Tiny portable node:events compliant strictly-typed EventEmitter implementation",
77
"type": "module",
8+
"repository": {
9+
"url": "https://github.com/thedevminertv/tiny-node-eventemitter",
10+
"type": "git"
11+
},
812
"publishConfig": {
913
"access": "public"
1014
},

0 commit comments

Comments
 (0)