Merge pull request #7 from actions/pkg-metadata

Correct a few metadata field values in the `package.json`
This commit is contained in:
James M. Greene
2022-08-05 13:07:25 -05:00
committed by GitHub

View File

@@ -1,22 +1,23 @@
{ {
"private": true,
"name": "configure-pages", "name": "configure-pages",
"version": "1.0.0", "version": "1.0.0",
"description": "An action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows.", "description": "A GitHub Action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows.",
"main": "src/index.js", "main": "./dist/index.js",
"scripts": { "scripts": {
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt", "prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest" "test": "jest"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/paper-spa/configure-pages.git" "url": "git+https://github.com/actions/configure-pages.git"
}, },
"author": "GitHub", "author": "GitHub",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/paper-spa/configure-pages/issues" "url": "https://github.com/actions/configure-pages/issues"
}, },
"homepage": "https://github.com/paper-spa/configure-pages#readme", "homepage": "https://github.com/actions/configure-pages#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.8.2", "@actions/core": "^1.8.2",
"axios": "^0.27.2", "axios": "^0.27.2",