Hook up the front end
This commit is contained in:
+5
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user