Skip to content

Commit

Permalink
Merge pull request #190 from hashicorp/switch-to-jsii
Browse files Browse the repository at this point in the history
JSII
  • Loading branch information
skorfmann authored Aug 12, 2021
2 parents ef1afd3 + 7858466 commit 9a7a9dd
Show file tree
Hide file tree
Showing 14 changed files with 1,869 additions and 45 deletions.
1 change: 0 additions & 1 deletion .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/upgrade-dependencies.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 41 additions & 26 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { TypeScriptProject } = require('projen');
const { JsiiProject } = require('projen');

const project = new TypeScriptProject({
const project = new JsiiProject({
name: '@cdktf/provider-project',
authorName: 'HashiCorp',
authorUrl: 'https://hashicorp.com',
Expand All @@ -12,6 +12,9 @@ const project = new TypeScriptProject({
deps: [
'change-case',
],
bundledDeps: [
'change-case',
],
license: 'MPL-2.0',
defaultReleaseBranch: 'main',
releaseToNpm: true,
Expand Down
Loading

0 comments on commit 9a7a9dd

Please sign in to comment.