Skip to content

Commit

Permalink
Updated the used types to ensure seamless compilation, refer to: micr…
Browse files Browse the repository at this point in the history
  • Loading branch information
5herlocked committed Jan 30, 2024
1 parent 2f3b38e commit 9b04294
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 54 deletions.
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"/dist",
"/oclif.manifest.json"
],
"homepage": "https://github.com/elaramas/aws-sleek-transformer",
"homepage": "https://github.com/aws-samples/addons-transformer-for-amazon-eks",
"main": "",
"license": "MIT",
"name": "aws-sleek-transformer",
Expand All @@ -53,22 +53,11 @@
"topicSeparator": " ",
"macos": {
"identifier": "com.aws.sleek.cli"
},
"topics": {
"configure": {
"description": "Sets up the Sleek CLI to work with a given helm chart"
},
"validate": {
"description": "Validates the addons you want to validate"
},
"submit": {
"description": "Submits the addons to the marketplace team to place in the EKS console marketplace"
}
}
},
"repository": "aws-samples/addons-transformer-for-amazon-eks",
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"build": "shx rm -rf dist && tsc -b && rsync -a -m --include='**/*.d.ts' --include='*/' --exclude='*' src/ dist/",
"lint": "eslint . --ext .ts",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "npm run lint",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 0 additions & 41 deletions test/commands/validate.test.ts

This file was deleted.

0 comments on commit 9b04294

Please sign in to comment.