setup-terraform/wrapper
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
..
lib Initial commit 2020-04-25 19:46:30 -04:00
test Initial commit 2020-04-25 19:46:30 -04:00
terraform.js Support detailed exit codes. (#125) 2022-05-18 08:47:46 -04:00