Skip to content

Commit

Permalink
chore!: rename ec to editorconfig-checker
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `ec` alias no longer available.
  • Loading branch information
theoludwig committed Sep 6, 2024
1 parent 556acc6 commit 43316f6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ npm start

## Usage

There is an alias from `editorconfig-checker` to `ec` so you can exchange every occurrence of `editorconfig-checker` with `ec`.

If you installed it via npm you have a binary in your `node_modules/.bin` folder called `editorconfig-checker`.
Then you could create a script in your `package.json` like this:

Expand Down
1 change: 0 additions & 1 deletion package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"url": "https://www.buymeacoffee.com/mstruebing"
},
"bin": {
"ec": "./dist/index.js",
"editorconfig-checker": "./dist/index.js"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ function getAssetPrefix() {
} else if (arch === "x64") {
arch = "amd64"
}
return `ec-${platform}-${arch}`
return `editorconfig-checker-${platform}-${arch}`
}

0 comments on commit 43316f6

Please sign in to comment.