Update package.json

This commit is contained in:
Héctor Ramón Jiménez 2019-08-16 02:18:21 +02:00
parent d70a4279cf
commit a3cabb4dc1

View File

@ -1,8 +1,8 @@
{ {
"name": "node12-template-action", "name": "setup-rust-action",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"description": "Node 12 template action", "description": "Set up a specific Rust toolchain in your Github Actions workflows",
"main": "lib/main.js", "main": "lib/main.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
@ -10,14 +10,15 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/actions/node12-template.git" "url": "git+https://github.com/hecrj/setup-rust-action.git"
}, },
"keywords": [ "keywords": [
"github",
"actions", "actions",
"node", "rust",
"setup" "setup"
], ],
"author": "GitHub", "author": "Héctor Ramón",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.0.0", "@actions/core": "^1.0.0",