mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-12 09:26:54 +08:00
Update package.json
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "julia-runtest",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "JavaScript template action",
|
||||
"description": "Julia package test run action",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
@@ -10,12 +10,11 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions/javascript-template.git"
|
||||
"url": "git+https://github.com/julia-actions/julia-runtest.git"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"node",
|
||||
"setup"
|
||||
"julia"
|
||||
],
|
||||
"author": "David Anthoff",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user