Skip to content

Commit

Permalink
Try to fix version of linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ponychicken committed May 19, 2020
1 parent 0df3eb4 commit b1c5ff3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hallee/eslint-action@master
- uses: hallee/eslint-action@1.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
build:
Expand Down
9 changes: 7 additions & 2 deletions package.json
@@ -1,10 +1,15 @@
{
"name": "websterParser",
"version": "1.0.5",
"version": "1.0.6",
"description": "Parses the Webster Unabridged Dictionary from Project Guttenberg into a more usable format",
"main": "index.js",
"author": "Leo Koppelkamm",
"license": "GPL",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git@github.com:ponychicken/WebsterParser.git"
},
"private": true,
"scripts": {
"start": "node index.js",
"lint": "eslint .",
Expand Down

0 comments on commit b1c5ff3

Please sign in to comment.