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

Commit

Permalink
Bump to v1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Anderson committed Jan 25, 2018
1 parent d5aed12 commit 8a586d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>")
Expand Down

0 comments on commit 8a586d6

Please sign in to comment.