diff --git a/packages/@aws-cdk/integ-runner/package.json b/packages/@aws-cdk/integ-runner/package.json index 446970a08c213..d4129916c6b84 100644 --- a/packages/@aws-cdk/integ-runner/package.json +++ b/packages/@aws-cdk/integ-runner/package.json @@ -98,6 +98,5 @@ "maturity": "experimental", "publishConfig": { "tag": "latest" - }, - "private": true + } } diff --git a/tools/@aws-cdk/pkglint/lib/rules.ts b/tools/@aws-cdk/pkglint/lib/rules.ts index 167afc9a24b78..eadbc9ee4204a 100644 --- a/tools/@aws-cdk/pkglint/lib/rules.ts +++ b/tools/@aws-cdk/pkglint/lib/rules.ts @@ -1,6 +1,6 @@ -import { Bundle } from '@aws-cdk/node-bundle'; import * as fs from 'fs'; import * as path from 'path'; +import { Bundle } from '@aws-cdk/node-bundle'; import * as caseUtils from 'case'; import * as glob from 'glob'; import * as semver from 'semver'; @@ -1670,6 +1670,7 @@ export class UbergenPackageVisibility extends ValidationRule { 'awslint', 'cdk', 'cdk-assets', + '@aws-cdk/integ-runner', ]; public validate(pkg: PackageJson): void {