mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
Add repository entry to package.json files
This commit is contained in:
parent
0f99d169a1
commit
08cc01551c
|
@ -7,6 +7,10 @@
|
||||||
"name": "Jan Oberhauser",
|
"name": "Jan Oberhauser",
|
||||||
"email": "jan@n8n.io"
|
"email": "jan@n8n.io"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
||||||
|
},
|
||||||
"main": "dist/index",
|
"main": "dist/index",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
"name": "Jan Oberhauser",
|
"name": "Jan Oberhauser",
|
||||||
"email": "jan@n8n.io"
|
"email": "jan@n8n.io"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
||||||
|
},
|
||||||
"main": "dist/src/index",
|
"main": "dist/src/index",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
"name": "Jan Oberhauser",
|
"name": "Jan Oberhauser",
|
||||||
"email": "jan@n8n.io"
|
"email": "jan@n8n.io"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve",
|
"serve": "VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve",
|
||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
"name": "Jan Oberhauser",
|
"name": "Jan Oberhauser",
|
||||||
"email": "jan@n8n.io"
|
"email": "jan@n8n.io"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
||||||
|
},
|
||||||
"main": "dist/src/index",
|
"main": "dist/src/index",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
"name": "Jan Oberhauser",
|
"name": "Jan Oberhauser",
|
||||||
"email": "jan@n8n.io"
|
"email": "jan@n8n.io"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
||||||
|
},
|
||||||
"main": "dist/src/index",
|
"main": "dist/src/index",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
"name": "Jan Oberhauser",
|
"name": "Jan Oberhauser",
|
||||||
"email": "jan@n8n.io"
|
"email": "jan@n8n.io"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
||||||
|
},
|
||||||
"main": "dist/src/index",
|
"main": "dist/src/index",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue