Bump to v1 (#69)
This commit is contained in:
Родитель
d5aed12aa9
Коммит
8a586d68ed
|
@ -10,8 +10,6 @@ Whenever an Azure Function App is recreated on demand (a so called "cold start")
|
|||
|
||||
A javascript module bundler (webpack) is used to place all the modules in a single file. The Function `functions.json` files are then modified so this bundle is used rather than the separate modules files. Magic!
|
||||
|
||||
:construction: This project is experimental; use with caution and be prepared for breaking changes :construction:
|
||||
|
||||
## How to run
|
||||
|
||||
In the Function App directory:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-functions-pack",
|
||||
"version": "0.4.1",
|
||||
"version": "1.0.0",
|
||||
"description": "azure-functions-pack",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/Azure/azure-functions-pack",
|
||||
|
|
|
@ -8,7 +8,7 @@ import { ConfigLoader, IFuncpackConfig } from "./utils";
|
|||
|
||||
async function runCli() {
|
||||
const p = program
|
||||
.version("0.4.1")
|
||||
.version("1.0.0")
|
||||
.option("-d, --debug", "Emits debug messages");
|
||||
|
||||
p.command("unpack <path>")
|
||||
|
|
Загрузка…
Ссылка в новой задаче