Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
chore: switch to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
usirin committed Nov 2, 2022
1 parent b50a1d6 commit 0d02047
Show file tree
Hide file tree
Showing 8 changed files with 5,748 additions and 5,881 deletions.
4 changes: 2 additions & 2 deletions .gitattributes

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

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

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

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

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

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

6 changes: 3 additions & 3 deletions .projen/tasks.json

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

3 changes: 1 addition & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { awscdk } from 'projen';
import { NpmAccess, NodePackageManager } from 'projen/lib/javascript';
import { NpmAccess } from 'projen/lib/javascript';

const project = new awscdk.AwsCdkConstructLibrary({
author: 'kampus',
Expand All @@ -13,7 +13,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
'cdk constructs that are used to deploy kamp.us applications on aws',
packageName: '@kampus/cdk-constructs',
npmAccess: NpmAccess.PUBLIC,
packageManager: NodePackageManager.NPM,
prerelease: 'beta',

minNodeVersion: '16.14.2',
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

11,604 changes: 5,736 additions & 5,868 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0d02047

Please sign in to comment.