Skip to content

Commit

Permalink
Merge pull request #31 from TrilonIO/fix/30-incorrect-main-path
Browse files Browse the repository at this point in the history
  • Loading branch information
rickdgeerling authored Apr 19, 2024
2 parents 8fe314e + 19ecb90 commit 07eb317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilon/eslint-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "Official Trilon Eslint Plugin",
"type": "commonjs",
"main": "./lib/index.js",
Expand All @@ -15,7 +15,7 @@
"node": ">=16.*.*"
},
"scripts": {
"prepare": "tsc",
"prepare": "npm run tsc",
"tsc": "rimraf ./lib && tsc -p tsconfig.build.json && tsc-alias",
"test": "tsx --import ./tests/global.setup.js --test tests/**/*.spec.ts",
"format": "prettier --write .",
Expand Down

0 comments on commit 07eb317

Please sign in to comment.