mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 13:33:37 +00:00
Add license and publisher to package config
This commit is contained in:
parent
648cfc1e18
commit
ff3c3bcab1
3 changed files with 6 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
|||
"name": "setup-terraform",
|
||||
"version": "1.0.0",
|
||||
"description": "Setup Terraform CLI for GitHub Actions",
|
||||
"license": "MPL-2.0",
|
||||
"publisher": "hashicorp",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue