📚 Add homepage to package.json files

This commit is contained in:
Jan Oberhauser 2019-08-31 13:06:24 +02:00
parent 11d2a5a207
commit 3614a9e9b6
7 changed files with 7 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ {
"name": "n8n", "name": "n8n",
"private": true, "private": true,
"homepage": "https://n8n.io",
"scripts": { "scripts": {
"bootstrap": "lerna bootstrap --hoist --no-ci", "bootstrap": "lerna bootstrap --hoist --no-ci",
"build": "lerna exec npm run build", "build": "lerna exec npm run build",

View file

@ -3,6 +3,7 @@
"version": "0.18.1", "version": "0.18.1",
"description": "n8n Workflow Automation Tool", "description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": { "author": {
"name": "Jan Oberhauser", "name": "Jan Oberhauser",
"email": "jan@n8n.io" "email": "jan@n8n.io"

View file

@ -3,6 +3,7 @@
"version": "0.9.0", "version": "0.9.0",
"description": "Core functionality of n8n", "description": "Core functionality of n8n",
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": { "author": {
"name": "Jan Oberhauser", "name": "Jan Oberhauser",
"email": "jan@n8n.io" "email": "jan@n8n.io"

View file

@ -3,6 +3,7 @@
"version": "0.14.0", "version": "0.14.0",
"description": "Workflow Editor UI for n8n", "description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": { "author": {
"name": "Jan Oberhauser", "name": "Jan Oberhauser",
"email": "jan@n8n.io" "email": "jan@n8n.io"

View file

@ -3,6 +3,7 @@
"version": "0.3.0", "version": "0.3.0",
"description": "CLI to simplify n8n credentials/node development", "description": "CLI to simplify n8n credentials/node development",
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": { "author": {
"name": "Jan Oberhauser", "name": "Jan Oberhauser",
"email": "jan@n8n.io" "email": "jan@n8n.io"

View file

@ -3,6 +3,7 @@
"version": "0.13.0", "version": "0.13.0",
"description": "Base nodes of n8n", "description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": { "author": {
"name": "Jan Oberhauser", "name": "Jan Oberhauser",
"email": "jan@n8n.io" "email": "jan@n8n.io"

View file

@ -3,6 +3,7 @@
"version": "0.10.0", "version": "0.10.0",
"description": "Workflow base code of n8n", "description": "Workflow base code of n8n",
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": { "author": {
"name": "Jan Oberhauser", "name": "Jan Oberhauser",
"email": "jan@n8n.io" "email": "jan@n8n.io"