Skip to content

Commit

Permalink
chore: update library package.json before release (#122)
Browse files Browse the repository at this point in the history
* chore(lib): bump package version to `1.0.0`

* docs(lib): update URLs in `package.json`

* build(lib): remove bin entrypoint script
  • Loading branch information
threeal authored Mar 14, 2024
1 parent 4e82806 commit b0bf0ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 7 additions & 4 deletions lib/pipx-install-action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipx-install-action",
"version": "0.1.0",
"version": "1.0.0",
"description": "Install Python packages using pipx with cache support on GitHub Actions",
"keywords": [
"action",
Expand All @@ -9,18 +9,21 @@
"cache",
"pipx"
],
"homepage": "https://github.com/threeal/pipx-install-action#readme",
"homepage": "https://github.com/threeal/pipx-install-action/tree/main/lib/pipx-install-action#readme",
"bugs": {
"url": "https://github.com/threeal/pipx-install-action/issues",
"email": "[email protected]"
},
"repository": "github:threeal/pipx-install-action",
"repository": {
"type": "git",
"url": "git+https://github.com/threeal/pipx-install-action.git",
"directory": "lib/pipx-install-action"
},
"license": "MIT",
"author": "Alfi Maulana <[email protected]>",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "dist/main.js",
"files": [
"dist"
],
Expand Down
2 changes: 0 additions & 2 deletions yarn.lock

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

0 comments on commit b0bf0ad

Please sign in to comment.