Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagomini committed Feb 28, 2024
1 parent 95e3e29 commit a03307b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilon/eslint-plugin",
"version": "0.1.0",
"version": "0.2.0",
"description": "Official Trilon Eslint Plugin",
"type": "commonjs",
"main": "./lib/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ const plugin = {
},
};

// @ts-expect-error Still have to investigate why this is failing
module.exports = plugin;

0 comments on commit a03307b

Please sign in to comment.