mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 21:43:38 +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
wrapper/package-lock.json
generated
2
wrapper/package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "terraform.js",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue