Add license and publisher to package config

This commit is contained in:
Audrey Eschright 2020-10-29 13:41:26 -07:00
parent 648cfc1e18
commit ff3c3bcab1
3 changed files with 6 additions and 2 deletions

View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "terraform.js",
"version": "0.0.0",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,9 @@
{
"name": "terraform.js",
"version": "0.0.0",
"version": "0.0.1",
"description": "JavaScript wrapper for terraform binary",
"license": "MPL-2.0",
"publisher": "hashicorp",
"main": "terraform.js",
"scripts": {
"test": "semistandard --env jest && jest --coverage",