We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bd932 commit eb6eb65Copy full SHA for eb6eb65
package.json
@@ -21,7 +21,7 @@
21
"test:dev": "NODE_ENV=test npm run -s test -- --watchAll"
22
},
23
"peerDependencies": {
24
- "@azure/functions": "^1.0.3 || ^3.0.0",
+ "@azure/functions": "^1.0.3 || ^2.0.0 || ^3.0.0",
25
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
26
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
27
"reflect-metadata": "^0.1.13"
@@ -67,4 +67,4 @@
67
"commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
68
}
69
70
-}
+}
0 commit comments