Skip to content

Commit

Permalink
Merge pull request #759 from aws-quickstart/task/package-management
Browse files Browse the repository at this point in the history
reduced packaged size, added metadata to the package.json
  • Loading branch information
shapirov103 authored Jul 6, 2023
2 parents 1ee147f + b8f0e45 commit 63b3da0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ dist/lib
lib
examples
site

docs
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 63b3da0

Please sign in to comment.