From 83943d6f40a4dbdf1443776c2576573c5d6539df Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 14 Mar 2022 08:08:55 +0000 Subject: [PATCH] chore(scripts): remove redundant gitkraken fix from prepare script --- package.json | 140 +++++++++++++++++++++++++-------------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/package.json b/package.json index 24f2e91..332a421 100644 --- a/package.json +++ b/package.json @@ -1,72 +1,72 @@ { - "name": "fastify-floc-off", - "version": "1.0.5", - "description": "Fastify plugin to opt out of Google's FLoC advertising-surveillance network", - "keywords": [ - "block", - "fastify", - "floc", - "headers", - "plugin", - "opt out", - "opt-out", - "tracking" - ], - "main": "src/index.js", - "repository": "git+https://github.com/Fdawgs/fastify-floc-off.git", - "homepage": "https://github.com/Fdawgs/fastify-floc-off", - "bugs": { - "url": "https://github.com/Fdawgs/fastify-floc-off/issues" - }, - "license": "MIT", - "author": "Frazer Smith ", - "engines": { - "node": ">=12.0.0" - }, - "scripts": { - "jest": "jest --detectOpenHandles --runInBand", - "jest:coverage": "jest --coverage --runInBand", - "lint": "eslint . --cache --ext js,jsx --ignore-path .gitignore", - "lint:licenses": "license-checker --direct --onlyAllow=\"0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;MIT;Unlicense\" --production --summary", - "lint:prettier": "prettier . --write --ignore-unknown", - "lint:prettier:ci": "prettier . --check --ignore-unknown", - "prepare": "husky install && rm -rf .git/hooks && ln -s ../.husky .git/hooks", - "test": "npm run lint && npm run jest" - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "jest": { - "clearMocks": true, - "coverageReporters": [ - "text", - "lcovonly" - ], - "resetMocks": true, - "testEnvironment": "node", - "testTimeout": 10000 - }, - "devDependencies": { - "@commitlint/cli": "^16.2.1", - "@commitlint/config-conventional": "^16.2.1", - "eslint": "^8.9.0", - "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.4.0", - "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jest": "^26.1.1", - "eslint-plugin-jsdoc": "^37.9.4", - "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-security": "^1.4.0", - "eslint-plugin-security-node": "^1.1.1", - "fastify": "^3.27.2", - "husky": "^7.0.4", - "jest": "^27.5.1", - "license-checker": "^25.0.1", - "prettier": "^2.5.1" - }, - "dependencies": { - "fastify-plugin": "^3.0.0" - } + "name": "fastify-floc-off", + "version": "1.0.5", + "description": "Fastify plugin to opt out of Google's FLoC advertising-surveillance network", + "keywords": [ + "block", + "fastify", + "floc", + "headers", + "plugin", + "opt out", + "opt-out", + "tracking" + ], + "main": "src/index.js", + "repository": "git+https://github.com/Fdawgs/fastify-floc-off.git", + "homepage": "https://github.com/Fdawgs/fastify-floc-off", + "bugs": { + "url": "https://github.com/Fdawgs/fastify-floc-off/issues" + }, + "license": "MIT", + "author": "Frazer Smith ", + "engines": { + "node": ">=12.0.0" + }, + "scripts": { + "jest": "jest --detectOpenHandles --runInBand", + "jest:coverage": "jest --coverage --runInBand", + "lint": "eslint . --cache --ext js,jsx --ignore-path .gitignore", + "lint:licenses": "license-checker --direct --onlyAllow=\"0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;MIT;Unlicense\" --production --summary", + "lint:prettier": "prettier . --write --ignore-unknown", + "lint:prettier:ci": "prettier . --check --ignore-unknown", + "prepare": "husky install", + "test": "npm run lint && npm run jest" + }, + "commitlint": { + "extends": [ + "@commitlint/config-conventional" + ] + }, + "jest": { + "clearMocks": true, + "coverageReporters": [ + "text", + "lcovonly" + ], + "resetMocks": true, + "testEnvironment": "node", + "testTimeout": 10000 + }, + "devDependencies": { + "@commitlint/cli": "^16.2.1", + "@commitlint/config-conventional": "^16.2.1", + "eslint": "^8.9.0", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-prettier": "^8.4.0", + "eslint-plugin-import": "^2.25.4", + "eslint-plugin-jest": "^26.1.1", + "eslint-plugin-jsdoc": "^37.9.4", + "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-security": "^1.4.0", + "eslint-plugin-security-node": "^1.1.1", + "fastify": "^3.27.2", + "husky": "^7.0.4", + "jest": "^27.5.1", + "license-checker": "^25.0.1", + "prettier": "^2.5.1" + }, + "dependencies": { + "fastify-plugin": "^3.0.0" + } }