stripped down

This commit is contained in:
Corey Butler 2023-03-31 00:34:08 -05:00
parent 84c99bb907
commit e2f10c6853
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C
3 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@
"private": true,
"description": "Automatically create a tag whenever the version changes",
"main": "src/main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild"

View File

@ -1,4 +1,4 @@
import * as core from '@actions/core'
const core = require('@actions/core')
// import os from 'os'
// import semver from 'semver'
// import Setup from './lib/setup.js'

View File

@ -19,7 +19,6 @@
],
"author": "ButlerLogic",
"license": "MIT",
"type": "module",
"dependencies": {
"@actions/core": "^1.10.0",
"octokit": "^2.0.14",