From e0219ff21f61a4a00e341fa529e30f58a7d0efca Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sun, 27 Feb 2022 16:15:58 +0100 Subject: [PATCH] Update to v1.1.6 --- .github/workflows/lint.yml | 19 ------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index aa4073a..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Lint - -on: - pull_request: - branches: [ main ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js - uses: actions/setup-node@v1 - with: - node-version: 15.x - - run: npm ci - - run: npm run lint --if-present \ No newline at end of file diff --git a/package.json b/package.json index 2e6fc9e..3d5e754 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsndr/cloudflare-worker-jwt", - "version": "1.1.5", + "version": "1.1.6", "description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker", "main": "index.js", "repository": {