Skip to content

Commit

Permalink
Merge pull request #7 from actions/pkg-metadata
Browse files Browse the repository at this point in the history
Correct a few metadata field values in the `package.json`
  • Loading branch information
James M. Greene authored and GitHub committed Aug 5, 2022
2 parents d2f9056 + 929a1c7 commit c95cb0d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"private": true,
"name": "configure-pages",
"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.",
"main": "src/index.js",
"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": "./dist/index.js",
"scripts": {
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paper-spa/configure-pages.git"
"url": "git+https://github.com/actions/configure-pages.git"
},
"author": "GitHub",
"license": "MIT",
"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": {
"@actions/core": "^1.8.2",
"axios": "^0.27.2",
Expand Down

0 comments on commit c95cb0d

Please sign in to comment.