From d51dc9165d2c0a94a6021f5ee63250bb1d40e90a Mon Sep 17 00:00:00 2001 From: Jason Gwartz Date: Sun, 10 Mar 2024 16:15:14 +0000 Subject: [PATCH] update package.json --- package-lock.json | 10 +++++----- package.json | 20 +++++++------------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19799f2..0c5f758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { - "name": "typescript-action", - "version": "0.0.0", + "name": "setup-pkl", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "typescript-action", - "version": "0.0.0", - "license": "MIT", + "name": "setup-pkl", + "version": "0.0.1", + "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", diff --git a/package.json b/package.json index fbea145..abadc08 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,16 @@ { - "name": "typescript-action", - "description": "GitHub Actions TypeScript template", - "version": "0.0.0", - "author": "", + "name": "setup-pkl", + "description": "GitHub Action for installing Pkl", + "version": "0.0.1", + "author": "The Pkl Community", "private": true, - "homepage": "https://github.com/actions/typescript-action", "repository": { "type": "git", - "url": "git+https://github.com/actions/typescript-action.git" + "url": "git+https://github.com/pkl-community/setup-pkl.git" }, "bugs": { - "url": "https://github.com/actions/typescript-action/issues" + "url": "https://github.com/pkl-community/setup-pkl/issues" }, - "keywords": [ - "actions", - "node", - "setup" - ], "exports": { ".": "./dist/index.js" }, @@ -35,7 +29,7 @@ "test": "jest", "all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package" }, - "license": "MIT", + "license": "Apache-2.0", "jest": { "preset": "ts-jest", "verbose": true,