mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Switched configurations to use main instead of master
no issue - The repo was migrated to main branch as "main" and needed update in configs
This commit is contained in:
parent
9e5fe475c8
commit
b0af1f9ddb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/update-check-service",
|
"name": "@tryghost/update-check-service",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"repository": "https://github.com/TryGhost/Core/tree/master/packages/update-check-service",
|
"repository": "https://github.com/TryGhost/Core/tree/main/packages/update-check-service",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./lib/update-check-service.js",
|
"main": "./lib/update-check-service.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue