3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-21 15:28:08 +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", "name": "@tj-actions/glob",
"version": "17.2.5", "version": "17.2.5",
"description": "Glob pattern matching github action", "description": "Glob pattern matching GitHub action",
"main": "lib/main.js", "main": "lib/main.js",
"publishConfig": { "publishConfig": {
"registry": "https://npm.pkg.github.com" "registry": "https://npm.pkg.github.com"
@ -18,7 +18,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/tj-actions/glob.git" "url": "git+https://github.com/tj-actions/changed-files.git"
}, },
"keywords": [ "keywords": [
"actions", "actions",
@ -28,9 +28,9 @@
"author": "Tonye Jack", "author": "Tonye Jack",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",