ci: Fix repository url for provenance checks (no-changelog) (#9825)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-06-20 20:42:18 +02:00 committed by GitHub
parent 116e9fa800
commit 3703310b0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,10 @@
{
"name": "@n8n/client-oauth2",
"version": "0.16.0",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,6 +1,10 @@
{
"name": "@n8n/imap",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -6,7 +6,7 @@
"homepage": "https://n8n.io",
"repository": {
"type": "git",
"url": "https://github.com/n8n-io/n8n-nodes-langchain.git"
"url": "git+https://github.com/n8n-io/n8n.git"
},
"main": "index.js",
"scripts": {

View file

@ -1,6 +1,10 @@
{
"name": "@n8n/permissions",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",