Hook up the front end

This commit is contained in:
Justin Hutchings
2023-01-22 01:06:08 +00:00
parent 54c1b17e12
commit 5db9416322
7 changed files with 8687 additions and 175 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "Conda-dependency-submission-action",
"name": "component-detection-action",
"version": "1.0.0",
"description": "Conda dependency submission action",
"description": "Component detection action",
"main": "index.ts",
"scripts": {
"lint": "eslint .",
@@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhutchings1/spdx-to-dependency-graph-action.git"
"url": "git+https://github.com/jhutchings1/component-detection-action.git"
},
"keywords": [
"GitHub",
@@ -21,9 +21,9 @@
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhutchings1/spdx-to-dependency-graph-action/issues"
"url": "https://github.com/jhutchings1/component-detection-action/issues"
},
"homepage": "https://github.com/jhutchings1/spdx-to-dependency-graph-action#readme",
"homepage": "https://github.com/jhutchings1/component-detection-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",