3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-20 11:01:56 +00:00

chore: update package.json

This commit is contained in:
Tonye Jack 2023-07-23 13:30:24 -06:00 committed by GitHub
parent d44a61ef33
commit 66d62c97d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{
"name": "@tj-actions/glob",
"version": "17.2.5",
"description": "Glob pattern matching github action",
"description": "Glob pattern matching GitHub action",
"main": "lib/main.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/tj-actions/glob.git"
"url": "git+https://github.com/tj-actions/changed-files.git"
},
"keywords": [
"actions",
@ -28,9 +28,9 @@
"author": "Tonye Jack",
"license": "MIT",
"bugs": {
"url": "https://github.com/tj-actions/glob/issues"
"url": "https://github.com/tj-actions/changed-files/issues"
},
"homepage": "https://github.com/tj-actions/glob#readme",
"homepage": "https://github.com/tj-actions/changed-files#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",