This commit is contained in:
Danny McCormick 2019-07-11 16:46:34 -04:00
parent cfc8b215b2
commit b581dd4017
2 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "node12-template-action",
"name": "setup-python",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,9 +1,9 @@
{
"name": "node12-template-action",
"name": "setup-python",
"version": "0.0.0",
"private": true,
"description": "Node 12 template action",
"main": "lib/main.js",
"description": "Setup python action",
"main": "lib/setup-python.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/start-vm-action.git"
"url": "git+https://github.com/actions/ssetup-python.git"
},
"keywords": [
"actions",