mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 20:32:19 +01:00
chore: 🤖 Update package.json
This commit is contained in:
15
package.json
15
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "javascript-action",
|
"name": "hugo-action",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "JavaScript Action Template",
|
"description": "Hugo setup action",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint index.js",
|
"lint": "eslint index.js",
|
||||||
@@ -9,19 +9,20 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/actions/javascript-action.git"
|
"url": "git+https://github.com/peaceiris/actions-hugo.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"GitHub",
|
"GitHub",
|
||||||
"Actions",
|
"Actions",
|
||||||
"JavaScript"
|
"JavaScript",
|
||||||
|
"Hugo"
|
||||||
],
|
],
|
||||||
"author": "GitHub",
|
"author": "GitHub",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/actions/javascript-action/issues"
|
"url": "https://github.com/peaceiris/actions-hugo/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/actions/javascript-action#readme",
|
"homepage": "https://github.com/peaceiris/actions-hugo#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.1.0"
|
"@actions/core": "^1.1.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user