From b1c5ff30aca5a1cc0f8ffd00237a8c3fd2b2a68a Mon Sep 17 00:00:00 2001 From: pony Date: Tue, 19 May 2020 08:26:16 +0200 Subject: [PATCH] Try to fix version of linter --- .github/workflows/build.yml | 2 +- package.json | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7ba82d..d84f0e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/package.json b/package.json index 9b769c6..325e8dd 100644 --- a/package.json +++ b/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 .",