Skip to content

Commit 07eb317

Browse files
Merge pull request #31 from TrilonIO/fix/30-incorrect-main-path
2 parents 8fe314e + 19ecb90 commit 07eb317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trilon/eslint-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Official Trilon Eslint Plugin",
55
"type": "commonjs",
66
"main": "./lib/index.js",
@@ -15,7 +15,7 @@
1515
"node": ">=16.*.*"
1616
},
1717
"scripts": {
18-
"prepare": "tsc",
18+
"prepare": "npm run tsc",
1919
"tsc": "rimraf ./lib && tsc -p tsconfig.build.json && tsc-alias",
2020
"test": "tsx --import ./tests/global.setup.js --test tests/**/*.spec.ts",
2121
"format": "prettier --write .",

0 commit comments

Comments
 (0)