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:
parent
d44a61ef33
commit
66d62c97d5
1 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue