Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Jul 12, 2021
1 parent 7d689e8 commit 37ab7fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid/access-token-verifier",
"version": "0.9.2",
"version": "0.9.3",
"description": "Verifies Solid OIDC access tokens via their webid claim, and thus asserts ownership of a WebID.",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -28,8 +28,7 @@
"lint:staged": "lint-staged",
"start": "npm run build && node .",
"test": "jest",
"postinstall": "npm run build",
"prepare": "[[ -n \"$CI\" ]] || husky install",
"postinstall": "husky install",
"prepublishOnly": "npm run audit && npm ci --ignore-scripts && npm run build && npm run test"
},
"publishConfig": {
Expand Down Expand Up @@ -59,7 +58,7 @@
"pinst": "^2.1.6",
"prettier": "^2.3.1",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
},
"dependencies": {
"cross-fetch": "^3.1.4",
Expand Down

0 comments on commit 37ab7fd

Please sign in to comment.