We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6ec6a commit fec928eCopy full SHA for fec928e
packages/@aws-cdk/app-staging-synthesizer-alpha/.npmignore
@@ -11,4 +11,10 @@ coverage
11
*.tgz
12
.eslintrc.js
13
# exclude cdk artifacts
14
-**/cdk.out
+**/cdk.out
15
+dist
16
+.LAST_PACKAGE
17
+*.tsbuildinfo
18
+test/
19
+tsconfig.json
20
+!.jsii
packages/@aws-cdk/app-staging-synthesizer-alpha/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@aws-cdk/app-staging-synthesizer-alpha",
3
- "private": true,
+ "private": false,
4
"version": "0.0.0",
5
"description": "Cdk synthesizer for with app-scoped staging stack",
6
"main": "lib/index.js",
@@ -97,5 +97,8 @@
97
"peerDependencies": {
98
"aws-cdk-lib": "0.0.0",
99
"constructs": "^10.0.0"
100
+ },
101
+ "publishConfig": {
102
+ "tag": "latest"
103
}
104
0 commit comments