Skip to content

Commit 7de2503

Browse files
Merge pull request #6 from proposal-signals/fix-git-references
Fix repo references
2 parents baaeed5 + 7d220f0 commit 7de2503

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ When reviewing merged PR's the labels to be used are:
2424

2525
## Release
2626

27-
Once the prep work is completed, the actual release is straight forward: you just need to merge the open [Plan Release](https://github.com/proposal-signals/proposal-signals/pulls?q=is%3Apr+is%3Aopen+%22Prepare+Release%22+in%3Atitle) PR
27+
Once the prep work is completed, the actual release is straight forward: you just need to merge the open [Plan Release](https://github.com/proposal-signals/signal-polyfill/pulls?q=is%3Apr+is%3Aopen+%22Prepare+Release%22+in%3Atitle) PR

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "A polyfill for the TC39 Signal proposal.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/proposal-signals/proposal-signals.git",
8-
"directory": "packages/signal-polyfill"
7+
"url": "https://github.com/proposal-signals/signal-polyfill.git"
98
},
109
"license": "Apache-2.0",
1110
"author": "EisenbergEffect",

0 commit comments

Comments
 (0)