🔀 Merge branch 'master' of github.com:n8n-io/n8n-nodes-starter

This commit is contained in:
Jan Oberhauser 2020-06-12 20:54:32 +02:00
commit 0b4d09b62e

View file

@ -32,8 +32,10 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.6",
"@types/jest": "^24.0.18", "@types/jest": "^24.0.18",
"@types/node": "^10.10.1", "@types/node": "^10.10.1",
"@types/request-promise-native": "^1.0.17",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"jest": "^24.9.0", "jest": "^24.9.0",
"n8n-workflow": "^0.11.0", "n8n-workflow": "^0.11.0",