From 929a1c742561f2dc58cce9b4b103285fbc830376 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 3 Aug 2022 18:24:31 -0500 Subject: [PATCH] Correct a few metadata field values in the package.json --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dcc7f35..1f9e0b6 100644 --- a/package.json +++ b/package.json @@ -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",