chore: update links from gh to sh

This commit is contained in:
Ayo Ayco 2025-01-09 22:02:50 +01:00
parent f5347d9426
commit 02a3edb3e3
5 changed files with 12 additions and 19 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@mcflyjs/config", "name": "@mcflyjs/config",
"version": "0.2.6", "version": "0.2.7",
"description": "Nitro configuration for McFly apps", "description": "Nitro configuration for McFly apps",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
@ -11,13 +11,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ayoayco/McFly.git", "url": "https://git.sr.ht/~ayoayco/mcfly",
"directory": "packages/config" "directory": "packages/config"
}, },
"author": "Ayo Ayco", "author": "Ayo Ayco",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ayoayco/McFly/issues" "url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
}, },
"homepage": "https://mcfly.js.org", "homepage": "https://mcfly.js.org",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@mcflyjs/core", "name": "@mcflyjs/core",
"version": "0.8.4", "version": "0.8.5",
"description": "McFly core package", "description": "McFly core package",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
@ -15,13 +15,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ayoayco/McFly.git", "url": "https://git.sr.ht/~ayoayco/mcfly",
"directory": "packages/core" "directory": "packages/core"
}, },
"author": "Ayo Ayco", "author": "Ayo Ayco",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ayoayco/McFly/issues" "url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
}, },
"homepage": "https://mcfly.js.org", "homepage": "https://mcfly.js.org",
"dependencies": { "dependencies": {

View file

@ -174,7 +174,7 @@ function showResults(directory, installDeps) {
nextActions = nextActions.concat([ nextActions = nextActions.concat([
`Start the dev server with ${colorize('yellow', 'npm start')}`, `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( const result = `🎉 Your new ${colorize(

View file

@ -1,6 +1,6 @@
{ {
"name": "create-mcfly", "name": "create-mcfly",
"version": "0.4.2", "version": "0.4.3",
"description": "Create a new McFly app", "description": "Create a new McFly app",
"type": "module", "type": "module",
"bin": { "bin": {
@ -17,13 +17,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ayoayco/McFly.git", "url": "https://git.sr.ht/~ayoayco/mcfly",
"directory": "packages/create-mcfly" "directory": "packages/create-mcfly"
}, },
"author": "Ayo Ayco", "author": "Ayo Ayco",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ayoayco/McFly/issues" "url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
}, },
"homepage": "https://mcfly.js.org", "homepage": "https://mcfly.js.org",
"dependencies": { "dependencies": {

View file

@ -120,8 +120,8 @@ importers:
version: link:../packages/core version: link:../packages/core
devDependencies: devDependencies:
typescript: typescript:
specifier: ^5 specifier: ^5.7.3
version: 5.7.2 version: 5.7.3
templates/basic: templates/basic:
dependencies: dependencies:
@ -5313,11 +5313,6 @@ packages:
typedarray-to-buffer@3.1.5: typedarray-to-buffer@3.1.5:
resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} 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: typescript@5.7.3:
resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
engines: {node: '>=14.17'} engines: {node: '>=14.17'}
@ -11370,8 +11365,6 @@ snapshots:
dependencies: dependencies:
is-typedarray: 1.0.0 is-typedarray: 1.0.0
typescript@5.7.2: {}
typescript@5.7.3: {} typescript@5.7.3: {}
ufo@1.4.0: {} ufo@1.4.0: {}