Add missing @types/request-promise-native to package.json

Crash when run `npm run dev` without this dependency
This commit is contained in:
Flavien Beninca 2020-04-01 15:54:33 +02:00 committed by GitHub
commit 2477f010ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@
"devDependencies": { "devDependencies": {
"@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",