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 c124f10 commit b0128ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/node-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"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",
"postinstall": "npm install"
},
"bin": {
"n8n-node-dev": "./bin/n8n-node-dev"
Expand Down Expand Up @@ -65,6 +66,6 @@
"replace-in-file": "^6.0.0",
"request": "^2.88.2",
"tmp-promise": "^2.0.2",
"typescript": "^4.4.3"
"typescript": "^4.x"
}
}

0 comments on commit b0128ab

Please sign in to comment.