Skip to content

Commit

Permalink
Npm private package (#48)
Browse files Browse the repository at this point in the history
* fix TF long name to shorter name
fix TF bucket and table name to lower case

* change package to private

---------

Co-authored-by: Zahi Ben Shabat <[email protected]>
  • Loading branch information
z-sourcecode and Zahi Ben Shabat authored Oct 13, 2023
1 parent 60e6657 commit 953c1b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions iac/roots/opa-common-constructs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Constructs collection for OPA",
"main": "index.ts",
"types": "index.d.ts",
"private": true,
"files": [
"/dist"
],
Expand Down
1 change: 1 addition & 0 deletions iac/roots/opa-ecs-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@aws-app-development/ecs-environment",
"version": "0.1.0",
"description": "A stack to create an ECS environment for OPA",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions iac/roots/opa-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@aws-app-development/platform",
"version": "0.1.0",
"private": true,
"bin": {
"opa-platform-stack": "src/opa-platform-stack.js"
},
Expand Down
1 change: 1 addition & 0 deletions iac/roots/opa-serverless-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"private": true,
"files": [
"/dist"
],
Expand Down

0 comments on commit 953c1b0

Please sign in to comment.