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.
2 parents b258a1f + a27e9ce commit 16890d3Copy full SHA for 16890d3
1 file changed
package.json
@@ -1,10 +1,13 @@
1
{
2
"name": "azure-functions-pack",
3
- "version": "0.2.2",
+ "version": "0.3.1",
4
"description": "azure-functions-pack",
5
"license": "MIT",
6
- "repository": "https://github.com/christopheranderson/azure-functions-pack",
7
- "author": "christopheranderson",
+ "repository": "https://github.com/Azure/azure-functions-pack",
+ "author": "Microsoft Corp.",
8
+ "contributors": [
9
+ "Chris Anderson <chrande@microsoft.com> (https://github.com/christopheranderson)"
10
+ ],
11
"bin": {
12
"funcpack": "./lib/main.js"
13
},
@@ -30,7 +33,7 @@
30
33
"commander": "~2.9.0",
31
34
"debug": "~2.6.1",
32
35
"rimraf": "~2.5.4",
- "webpack": "~3.0.0",
36
+ "webpack": "~3.5.6",
37
"winston": "~2.3.1"
38
39
"devDependencies": {
0 commit comments