Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit e8c7c0b

Browse files
committed
Updates version for next tag and updates version of twilio-run that is installed
1 parent 1b2530a commit e8c7c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-twilio-function",
3-
"version": "1.0.2",
3+
"version": "2.0.0-alpha.1",
44
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
55
"bin": "./bin/create-twilio-function",
66
"main": "./src/create-twilio-function.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
twilioRun: '^1.0.1',
2+
twilioRun: '^2.0.0-beta.9',
33
node: '8.10.0'
44
};

0 commit comments

Comments
 (0)