Update package.json (#26)

* Update package.json

* Update package.json

Co-Authored-By: Ryuichi Okumura <okuryu@okuryu.com>
This commit is contained in:
Alejandro Estrada 2019-09-25 14:16:01 -05:00 committed by Bryan MacFarlane
parent 8d42c2baab
commit 98a54952ee

View File

@ -2,7 +2,7 @@
"name": "typescript-action",
"version": "0.0.0",
"private": true,
"description": "JavaScript template action",
"description": "TypeScript template action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/javascript-template.git"
"url": "git+https://github.com/actions/typescript-action.git"
},
"keywords": [
"actions",