diff --git a/package-lock.json b/package-lock.json index a6718cb..18ee213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@solid/access-token-verifier", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@solid/access-token-verifier", - "version": "0.9.2", + "version": "0.9.3", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -42,7 +42,7 @@ "pinst": "^2.1.6", "prettier": "^2.3.1", "ts-jest": "^27.0.3", - "typescript": "^4.3.2" + "typescript": "^4.3.5" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 2fb707d..c54a300 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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": { @@ -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",