Skip to content

Commit

Permalink
fix: pin 'tslib' to avoid issues when interacting with plugin-plugins (
Browse files Browse the repository at this point in the history
…twilio#189)

This is a patch to fix twilio#187 and is similar to twilio/twilio-cli-core#88. Still working on a more proper fix.

The 'plugin-plugins' module was not loading properly because of some bug in 'tslib-1.12.0'. Users would see the error `TypeError: Plugins is not a constructor` when attempting to install a runtime dependency.
  • Loading branch information
childish-sambino committed Jun 2, 2020
1 parent fe709f0 commit b558f27
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 120 deletions.
235 changes: 115 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"chalk": "^4.0.0",
"file-type": "^14.1.4",
"inquirer": "^7.1.0",
"tslib": "~1.11.2",
"twilio": "^3.44.0"
},
"optionalDependencies": {
Expand Down

0 comments on commit b558f27

Please sign in to comment.