From a3cabb4dc1a693d2b6a267024e3801cf870c9b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 16 Aug 2019 02:18:21 +0200 Subject: [PATCH] Update `package.json` --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 37620dc..21b06c3 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "node12-template-action", + "name": "setup-rust-action", "version": "0.0.0", "private": true, - "description": "Node 12 template action", + "description": "Set up a specific Rust toolchain in your Github Actions workflows", "main": "lib/main.js", "scripts": { "build": "tsc", @@ -10,14 +10,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/node12-template.git" + "url": "git+https://github.com/hecrj/setup-rust-action.git" }, "keywords": [ + "github", "actions", - "node", + "rust", "setup" ], - "author": "GitHub", + "author": "Héctor Ramón", "license": "MIT", "dependencies": { "@actions/core": "^1.0.0",