chore!: rename to actions-ansi-to-html

This commit is contained in:
Justin McCormick
2022-08-16 03:27:49 -04:00
parent 9a65b19ef6
commit ac98808896
3 changed files with 19 additions and 19 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
{
"name": "ansi-to-html-action",
"name": "actions-ansi-to-html",
"version": "0.0.0",
"main": "./index.js",
"type": "module",
"license": "MIT",
"repository": "git@github.com:justinm/ansi-to-html-action.git",
"homepage": "https://github.com/justinm/ansi-to-html-action",
"repository": "git@github.com:justinm/actions-ansi-to-html.git",
"homepage": "https://github.com/justinm/actions-ansi-to-html",
"author": {
"name": "Justin McCormick",
"email": "me@justinmccormick.com",
"url": "https://justinmccormick.com/ansi-to-html-action"
"url": "https://justinmccormick.com"
},
"scripts": {
"lint": "eslint --ext js .",