mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
Update package.json
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user