Skip to content

Commit 37ab7fd

Browse files
Fix CI
1 parent 7d689e8 commit 37ab7fd

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid/access-token-verifier",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Verifies Solid OIDC access tokens via their webid claim, and thus asserts ownership of a WebID.",
55
"license": "MIT",
66
"keywords": [
@@ -28,8 +28,7 @@
2828
"lint:staged": "lint-staged",
2929
"start": "npm run build && node .",
3030
"test": "jest",
31-
"postinstall": "npm run build",
32-
"prepare": "[[ -n \"$CI\" ]] || husky install",
31+
"postinstall": "husky install",
3332
"prepublishOnly": "npm run audit && npm ci --ignore-scripts && npm run build && npm run test"
3433
},
3534
"publishConfig": {
@@ -59,7 +58,7 @@
5958
"pinst": "^2.1.6",
6059
"prettier": "^2.3.1",
6160
"ts-jest": "^27.0.3",
62-
"typescript": "^4.3.2"
61+
"typescript": "^4.3.5"
6362
},
6463
"dependencies": {
6564
"cross-fetch": "^3.1.4",

0 commit comments

Comments
 (0)