Skip to content

Commit

Permalink
feat: Updated packages/node-dev/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent d2a56e0 commit 1f3e1a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/node-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepack": "echo \"Building project...\" && rm -rf dist && tsc -b && oclif-dev manifest",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"tslintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"watch": "tsc --watch"
"watch": "tsc --watch && npm install"
},
"bin": {
"n8n-node-dev": "./bin/n8n-node-dev"
Expand Down Expand Up @@ -58,12 +58,12 @@
"@types/node": "^14.14.40",
"change-case": "^4.1.1",
"copyfiles": "^2.1.1",
"inquirer": "^7.0.1",
"n8n-core": "~0.71.0",
"n8n-workflow": "~0.58.0",
"@types/inquirer": "^7.3.1",
"n8n-core": "~0.72.0",
"n8n-workflow": "~0.60.0",
"oauth-1.0a": "^2.2.6",
"replace-in-file": "^6.0.0",
"request": "^2.88.2",
"request": "^2.88.35",
"tmp-promise": "^2.0.2",
"typescript": "^4.0.0"
}
Expand Down

0 comments on commit 1f3e1a8

Please sign in to comment.