Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit a056642

Browse files
authored
Merge pull request #47 from aws-solutions/feature/v1.6.1
add missing deployment/get-cdk-version.js file for build error
2 parents 213a18c + c76ac1e commit a056642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/get-cdk-version.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const pkg = require("../source/node_modules/aws-cdk/package.json")
2+
console.log(pkg.version)

0 commit comments

Comments
 (0)