File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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 ` .
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @s0 /ghcommit" ,
2
+ "name" : " @changesets /ghcommit" ,
3
3
"version" : " 1.2.1" ,
4
4
"private" : false ,
5
5
"description" : " Directly change files on github using the github API, to support GPG signing" ,
16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
19
- "url" : " https://github.com/s0 /ghcommit.git"
19
+ "url" : " https://github.com/changesets /ghcommit.git"
20
20
},
21
21
"exports" : {
22
22
"." : {
You can’t perform that action at this time.
0 commit comments