Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 16890d3

Browse files
author
Christopher Anderson
authored
0.3.1
0.3.1
2 parents b258a1f + a27e9ce commit 16890d3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "azure-functions-pack",
3-
"version": "0.2.2",
3+
"version": "0.3.1",
44
"description": "azure-functions-pack",
55
"license": "MIT",
6-
"repository": "https://github.com/christopheranderson/azure-functions-pack",
7-
"author": "christopheranderson",
6+
"repository": "https://github.com/Azure/azure-functions-pack",
7+
"author": "Microsoft Corp.",
8+
"contributors": [
9+
"Chris Anderson <[email protected]> (https://github.com/christopheranderson)"
10+
],
811
"bin": {
912
"funcpack": "./lib/main.js"
1013
},
@@ -30,7 +33,7 @@
3033
"commander": "~2.9.0",
3134
"debug": "~2.6.1",
3235
"rimraf": "~2.5.4",
33-
"webpack": "~3.0.0",
36+
"webpack": "~3.5.6",
3437
"winston": "~2.3.1"
3538
},
3639
"devDependencies": {

0 commit comments

Comments
 (0)