Skip to content

Commit

Permalink
add keywords for npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed Mar 18, 2020
1 parent d26fed3 commit d84a4a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@ ignore:
### MacOS
```bash
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.7.0/ls-lint-darwin && chmod +x ls-lint && ./ls-lint
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.7.1/ls-lint-darwin && chmod +x ls-lint && ./ls-lint
```

### Linux

```bash
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.7.0/ls-lint-linux && chmod +x ls-lint && ./ls-lint
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.7.1/ls-lint-linux && chmod +x ls-lint && ./ls-lint
```

### Windows

```bash
# (!) First download the .exe from https://github.com/loeffel-io/ls-lint/releases/download/v1.7.0/ls-lint-windows.exe
# (!) First download the .exe from https://github.com/loeffel-io/ls-lint/releases/download/v1.7.1/ls-lint-windows.exe
ls-lint-windows.exe
```

Expand Down
9 changes: 8 additions & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ls-lint/ls-lint",
"version": "1.7.0",
"version": "1.7.1",
"description": "The 64-bit binary for ls-lint",
"repository": "https://github.com/loeffel-io/ls-lint",
"license": "MIT",
Expand All @@ -15,5 +15,12 @@
],
"cpu": [
"x64"
],
"keywords": [
"linter",
"filesystem linter",
"filename linter",
"javascript",
"typescript"
]
}

0 comments on commit d84a4a7

Please sign in to comment.