Skip to content

Commit afb7435

Browse files
otaviomacedoactions-user
authored andcommitted
automatic pkglint fixes
1 parent c98da0e commit afb7435

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

packages/@aws-cdk/aws-billingconductor/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,15 @@
9191
"@types/jest": "^27.4.1"
9292
},
9393
"dependencies": {
94-
"@aws-cdk/core": "0.0.0"
94+
"@aws-cdk/core": "0.0.0",
95+
"constructs": "^10.0.0"
9596
},
9697
"peerDependencies": {
97-
"@aws-cdk/core": "0.0.0"
98+
"@aws-cdk/core": "0.0.0",
99+
"constructs": "^10.0.0"
98100
},
99101
"engines": {
100-
"node": ">= 10.13.0 <13 || >=13.7.0"
102+
"node": ">= 14.15.0"
101103
},
102104
"stability": "experimental",
103105
"maturity": "cfn-only",
@@ -106,5 +108,6 @@
106108
},
107109
"publishConfig": {
108110
"tag": "latest"
109-
}
111+
},
112+
"private": true
110113
}

0 commit comments

Comments
 (0)