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 .",