mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 16:42:35 +00:00
Upgrade dependencies and clean up package config (#63)
This commit is contained in:
parent
c8ed59d824
commit
ccd38093bb
8 changed files with 854 additions and 179 deletions
|
|
@ -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",
|
||||
|
|
@ -10,8 +12,8 @@
|
|||
},
|
||||
"author": "",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.3",
|
||||
"@actions/exec": "^1.0.3",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/io": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue