Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz committed Mar 10, 2024
1 parent 894ed4a commit d51dc91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -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,
Expand Down

0 comments on commit d51dc91

Please sign in to comment.