Skip to content

Commit

Permalink
fix: error missing type definition when importing module
Browse files Browse the repository at this point in the history
  • Loading branch information
anzharip committed Apr 6, 2021
1 parent 23e67e1 commit 2ea5770
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
20 changes: 7 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
},
"homepage": "https://github.com/anzharip/azure-function-multipart#readme",
"devDependencies": {
"@azure/functions": "^1.2.3",
"@types/busboy": "^0.2.3",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"form-data": "^4.0.0",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"dependencies": {
"@azure/functions": "^1.2.3",
"@types/busboy": "^0.2.3",
"@types/node": "^14.14.37",
"busboy": "^0.3.1"
}
}

0 comments on commit 2ea5770

Please sign in to comment.