From b8f0e458254dcc4c16d30484b834d861a62c3da9 Mon Sep 17 00:00:00 2001 From: shapirov Date: Wed, 5 Jul 2023 21:56:06 -0400 Subject: [PATCH] reduced packaged size, added metadata to the package.json --- .npmignore | 2 +- package.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index dab56e9dc..c405a2fc9 100644 --- a/.npmignore +++ b/.npmignore @@ -20,4 +20,4 @@ dist/lib lib examples site - +docs diff --git a/package.json b/package.json index bed630fd9..4e5aa36db 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,11 @@ "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", + "homepage": "https://aws-quickstart.github.io/cdk-eks-blueprints/", + "repository": { + "url": "https://github.com/aws-quickstart/cdk-eks-blueprints.git", + "type": "git" + }, "scripts": { "build": "rm -rf dist && tsc", "watch": "tsc -w",