chore: update links from gh to sh
This commit is contained in:
parent
f5347d9426
commit
02a3edb3e3
5 changed files with 12 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mcflyjs/config",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"description": "Nitro configuration for McFly apps",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
@ -11,13 +11,13 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ayoayco/McFly.git",
|
||||
"url": "https://git.sr.ht/~ayoayco/mcfly",
|
||||
"directory": "packages/config"
|
||||
},
|
||||
"author": "Ayo Ayco",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ayoayco/McFly/issues"
|
||||
"url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
|
||||
},
|
||||
"homepage": "https://mcfly.js.org",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mcflyjs/core",
|
||||
"version": "0.8.4",
|
||||
"version": "0.8.5",
|
||||
"description": "McFly core package",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
@ -15,13 +15,13 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ayoayco/McFly.git",
|
||||
"url": "https://git.sr.ht/~ayoayco/mcfly",
|
||||
"directory": "packages/core"
|
||||
},
|
||||
"author": "Ayo Ayco",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ayoayco/McFly/issues"
|
||||
"url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
|
||||
},
|
||||
"homepage": "https://mcfly.js.org",
|
||||
"dependencies": {
|
||||
|
|
|
@ -174,7 +174,7 @@ function showResults(directory, installDeps) {
|
|||
|
||||
nextActions = nextActions.concat([
|
||||
`Start the dev server with ${colorize('yellow', 'npm start')}`,
|
||||
`Join us at ${colorize('blue', 'https://ayco.io/gh/McFly')}`,
|
||||
`Join us at ${colorize('blue', 'https://ayco.io/sh/mcfly')}`,
|
||||
])
|
||||
|
||||
const result = `🎉 Your new ${colorize(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-mcfly",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Create a new McFly app",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
@ -17,13 +17,13 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ayoayco/McFly.git",
|
||||
"url": "https://git.sr.ht/~ayoayco/mcfly",
|
||||
"directory": "packages/create-mcfly"
|
||||
},
|
||||
"author": "Ayo Ayco",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ayoayco/McFly/issues"
|
||||
"url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
|
||||
},
|
||||
"homepage": "https://mcfly.js.org",
|
||||
"dependencies": {
|
||||
|
|
|
@ -120,8 +120,8 @@ importers:
|
|||
version: link:../packages/core
|
||||
devDependencies:
|
||||
typescript:
|
||||
specifier: ^5
|
||||
version: 5.7.2
|
||||
specifier: ^5.7.3
|
||||
version: 5.7.3
|
||||
|
||||
templates/basic:
|
||||
dependencies:
|
||||
|
@ -5313,11 +5313,6 @@ packages:
|
|||
typedarray-to-buffer@3.1.5:
|
||||
resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==}
|
||||
|
||||
typescript@5.7.2:
|
||||
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
typescript@5.7.3:
|
||||
resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
|
||||
engines: {node: '>=14.17'}
|
||||
|
@ -11370,8 +11365,6 @@ snapshots:
|
|||
dependencies:
|
||||
is-typedarray: 1.0.0
|
||||
|
||||
typescript@5.7.2: {}
|
||||
|
||||
typescript@5.7.3: {}
|
||||
|
||||
ufo@1.4.0: {}
|
||||
|
|
Loading…
Reference in a new issue