Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Apr 26, 2022
1 parent 8da803e commit ade0172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const project = new cdk.JsiiProject({
releaseToNpm: true,
});

project.package.addField("publishConfig", { "access": "public" });
project.package.addField('publishConfig', { access: 'public' });

project.synth();

0 comments on commit ade0172

Please sign in to comment.