Skip to content

Commit 690172e

Browse files
committed
chore: add main field to demo package.json
1 parent bd850a8 commit 690172e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

demo/func/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
{}
1+
{
2+
"main": "**/index.js",
3+
"dependencies": {
4+
"@azure/functions": "^4"
5+
}
6+
}

0 commit comments

Comments
 (0)