Commit graph

4 commits

Author SHA1 Message Date
Brian Flad
d3026307a0
Remove wrapper package.json (#302)
Reference: https://github.com/hashicorp/setup-terraform/issues/290

The `wrapper` directory contains the JavaScript wrapper for the Terraform binary. It currently contains a `package.json` and lock file, however this code is not packaged and released separately. Having the separate package makes it unnecessarily difficult to ensure the subdirectory is built correctly and dependencies are up to date.

This change removes the `wrapper` package files and consolidates the test, lint, and build logic into the main `package.json`.
2023-02-09 10:36:54 -05:00
Benjamin Bennett
1d7d135e40 Adding /wrapper directory to dependabot.yml 2022-10-26 13:52:44 +01:00
Rui Chen
b432b56155
dependabot: track github-actions dependency changes (#179)
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-04-18 09:37:16 -04:00
John Losito
9771d0c9cd
Allow dependabot to check node modules (#87) 2021-04-20 11:42:48 -07:00