Update meta info

This commit is contained in:
David Anthoff
2020-03-23 11:42:42 -07:00
parent 4c62666e81
commit 892ec10baa
3 changed files with 24 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "typescript-action",
"version": "0.0.0",
"name": "julia-processcoverage",
"version": "0.1.0",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",
@@ -15,17 +15,18 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/julia-actions/julia-processcoverage.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "YourNameOrOrganization",
"author": "David Anthoff",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.0"
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^24.0.23",