🐛 Fix issue that it still did not build correctly

This commit is contained in:
Jan Oberhauser 2019-09-19 16:06:38 +02:00
parent e9e00c17e0
commit 65155d20ed
2 changed files with 2 additions and 5 deletions

View file

@ -45,7 +45,6 @@
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@types/inquirer": "^6.5.0",
"@types/node": "^10.10.1",
"@types/tmp": "^0.1.0",
"@types/vorpal": "^1.11.0",
"tslint": "^5.17.0"
@ -53,6 +52,8 @@
"dependencies": {
"@oclif/command": "^1.5.18",
"@oclif/errors": "^1.2.2",
"@types/express": "^4.16.1",
"@types/node": "^10.10.1",
"change-case": "^3.1.0",
"inquirer": "^7.0.0",
"n8n-core": "^0.10.0",

View file

@ -6,10 +6,6 @@
"types": [],
"module": "commonjs",
"importHelpers": true,
"noImplicitAny": true,
"removeComments": true,
"strictNullChecks": true,
"strict": true,
"preserveConstEnums": true,
"declaration": true,
"target": "es2017",