Skip to content

Commit 1324104

Browse files
committed
Update package name and repo url
1 parent e1e8d99 commit 1324104

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.changeset/fair-cats-swim.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@changesets/ghcommit": minor
3+
---
4+
5+
Migrating package to @changesets namespace
6+
7+
Ownership of the repository has moved from https://github.com/s0/ghcommit
8+
to https://github.com/changesets/ghcommit. As part of this we're also moving the
9+
NPM package to the @changesets namespace. No functional changes have happened,
10+
so this can be a drop-in replacement for `@s0/ghcommit`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@s0/ghcommit",
2+
"name": "@changesets/ghcommit",
33
"version": "1.2.1",
44
"private": false,
55
"description": "Directly change files on github using the github API, to support GPG signing",
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/s0/ghcommit.git"
19+
"url": "https://github.com/changesets/ghcommit.git"
2020
},
2121
"exports": {
2222
".": {

0 commit comments

Comments
 (0)