Update package.json

This commit is contained in:
David Anthoff
2019-09-15 09:13:49 -07:00
parent 12eeee01e5
commit 71b9d4b600

View File

@@ -2,7 +2,7 @@
"name": "julia-runtest", "name": "julia-runtest",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"description": "JavaScript template action", "description": "Julia package test run action",
"main": "lib/main.js", "main": "lib/main.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
@@ -10,12 +10,11 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/actions/javascript-template.git" "url": "git+https://github.com/julia-actions/julia-runtest.git"
}, },
"keywords": [ "keywords": [
"actions", "actions",
"node", "julia"
"setup"
], ],
"author": "David Anthoff", "author": "David Anthoff",
"license": "MIT", "license": "MIT",