Skip to content

Commit

Permalink
chore(scripts): remove redundant gitkraken fix from prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 14, 2022
1 parent ecbfbe1 commit 83943d6
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <frazer.dev@outlook.com>",
"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 <frazer.dev@outlook.com>",
"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"
}
}

0 comments on commit 83943d6

Please sign in to comment.