Skip to content

Commit

Permalink
chore: Add back missing package metadata
Browse files Browse the repository at this point in the history
Adds back home page and repository to package manifest
  • Loading branch information
michaeldowseza committed Feb 15, 2024
1 parent 0b34fbb commit 1efbfba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@cloudscape-design/test-utils-monorepo",
"version": "1.0.0",
"files": [],
"repository": {
"type": "git",
"url": "https://github.com/cloudscape-design/test-utils.git"
},
"homepage": "https://cloudscape.design",
"scripts": {
"lint": "eslint --ignore-path .gitignore --ext js,ts .",
"build": "tsc -b && node scripts/generate-package.js && node scripts/generate-doc.js && node scripts/generate-exports.js",
Expand Down

0 comments on commit 1efbfba

Please sign in to comment.