Skip to content

Commit 52128cf

Browse files
authored
chore(node-bundle): mark private (#19139)
It was always supposed to be private. Oversight. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent fc11ae2 commit 52128cf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tools/@aws-cdk/node-bundle/.projenrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ project.testTask.prependSpawn(project.compileTask);
3232
const buildAndTest = project.addTask('build+test');
3333
buildAndTest.spawn(project.testTask);
3434

35+
project.addFields({ private: true });
36+
3537
project.synth();

tools/@aws-cdk/node-bundle/package.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)