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`.
This commit is contained in:
Brian Flad 2023-02-09 10:36:54 -05:00 committed by GitHub
parent 1d777b53ee
commit d3026307a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 90 additions and 12551 deletions

2
package-lock.json generated
View file

@ -7,10 +7,10 @@
"": {
"name": "setup-terraform",
"version": "2.0.2",
"hasInstallScript": true,
"license": "MPL-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",