Upgrade dependencies and clean up package config (#63)

This commit is contained in:
Audrey Eschright 2020-10-30 13:07:27 -07:00 committed by GitHub
parent c8ed59d824
commit ccd38093bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 854 additions and 179 deletions

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