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

Commit 776d715

Browse files
committed
Loosens generated version of twilio-run.
It would be inefficient to keep updating this package as twilio-run updates. '2.* || >2.0.0-rc' will pick the latest in the 2.* branch, otherwise falling back to the latest release candidate. Fixes #18.
1 parent 5185939 commit 776d715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
twilioRun: '^2.0.0-beta.11',
2+
twilioRun: '2.* || >2.0.0-rc',
33
node: '8.10.0'
44
};

0 commit comments

Comments
 (0)