add: options hugo-version and extended

This commit is contained in:
peaceiris
2019-09-15 20:24:31 +09:00
parent 42a06b08e9
commit 843ac84fed
4 changed files with 36 additions and 8 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "eslint index.js && jest"
"test": "eslint index.js && jest",
"build": "npm prune --production"
},
"repository": {
"type": "git",
@@ -17,7 +18,7 @@
"JavaScript",
"Hugo"
],
"author": "GitHub",
"author": "peaceiris",
"license": "MIT",
"bugs": {
"url": "https://github.com/peaceiris/actions-hugo/issues"