Skip to content

Commit 94dae6c

Browse files
committed
Update npm version
1 parent acb5fd3 commit 94dae6c

File tree

1 file changed

+32
-33
lines changed

1 file changed

+32
-33
lines changed
Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
{
2-
"name": "azure-functions-core-tools",
3-
"version": "2.0.1-beta.22",
4-
"description": "Azure Functions Core Tools",
5-
"scripts": {
6-
"build": "dotnet publish ../ -o ./npm/bin -c release",
7-
"postinstall": "node lib/install.js"
8-
},
9-
"author": "Microsoft",
10-
"license": "MIT",
11-
"preferGlobal": true,
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/Azure/azure-functions-cli.git"
15-
},
16-
"bin": {
17-
"func": "lib/main.js",
18-
"azfun": "lib/main.js",
19-
"azurefunctions": "lib/main.js"
20-
},
21-
"os": [
22-
"win32",
23-
"darwin",
24-
"linux"
25-
],
26-
"dependencies": {
27-
"chalk": "^2.1.0",
28-
"command-exists": "^1.2.2",
29-
"glob": "^7.1.2",
30-
"progress": "^2.0.0",
31-
"rimraf": "^2.6.1",
32-
"tmp": "^0.0.33",
33-
"unzipper": "^0.8.9"
34-
}
2+
"name": "azure-functions-core-tools",
3+
"version": "2.0.1-beta.25",
4+
"description": "Azure Functions Core Tools",
5+
"scripts": {
6+
"postinstall": "node lib/install.js"
7+
},
8+
"author": "Microsoft",
9+
"license": "MIT",
10+
"preferGlobal": true,
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/Azure/azure-functions-core-tools.git"
14+
},
15+
"bin": {
16+
"func": "lib/main.js",
17+
"azfun": "lib/main.js",
18+
"azurefunctions": "lib/main.js"
19+
},
20+
"os": [
21+
"win32",
22+
"darwin",
23+
"linux"
24+
],
25+
"dependencies": {
26+
"chalk": "^2.1.0",
27+
"command-exists": "^1.2.2",
28+
"glob": "^7.1.2",
29+
"progress": "^2.0.0",
30+
"rimraf": "^2.6.1",
31+
"tmp": "^0.0.33",
32+
"unzipper": "^0.8.9"
33+
}
3534
}

0 commit comments

Comments
 (0)