Skip to content

Commit

Permalink
make n8n-core a devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Mar 9, 2023
1 parent 304d069 commit 49c8332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
"@types/xml2js": "^0.4.3",
"eslint-plugin-n8n-nodes-base": "^1.12.0",
"gulp": "^4.0.0",
"n8n-workflow": "workspace:*"
"n8n-core": "workspace:*"
},
"dependencies": {
"@kafkajs/confluent-schema-registry": "1.0.6",
Expand Down Expand Up @@ -875,7 +875,7 @@
"mqtt": "4.2.6",
"mssql": "^8.1.2",
"mysql2": "~2.3.0",
"n8n-core": "workspace:*",
"n8n-workflow": "workspace:*",
"node-html-markdown": "^1.1.3",
"node-ssh": "^12.0.0",
"nodemailer": "^6.7.1",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49c8332

Please sign in to comment.