Skip to content

Commit

Permalink
fix: bump MV to 1, right now the version is 0.0.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr authored Oct 4, 2024
1 parent d9a09be commit 19aea15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .projen/tasks.json

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

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const project = new CdklabsTypeScriptProject({
projenrcTs: true,
name: '@cdklabs/eslint-plugin',
description: 'eslint rules published by the CDK team. Contains CDK rules and others.',
majorVersion: 1,
repository: 'https://github.com/cdklabs/eslint-rules',
authorName: 'Amazon Web Services',
authorUrl: 'https://aws.amazon.com',
Expand Down Expand Up @@ -56,4 +57,4 @@ const project = new CdklabsTypeScriptProject({
project.gitignore.addPatterns('!test/rules/fixtures/node_modules/');
project.gitignore.addPatterns('.test-output/');

project.synth();
project.synth();

0 comments on commit 19aea15

Please sign in to comment.