Skip to content

Commit

Permalink
style: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Jul 18, 2024
1 parent b96bcc7 commit fca50fc
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 115 deletions.
38 changes: 19 additions & 19 deletions codequality/html-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@merkle-open/html-validate-config",
"description": "Shared html-validate config",
"version": "1.0.1",
"repository": "https://github.com/merkle-open/frontend-defaults",
"main": "./index.js",
"license": "MIT",
"author": "Merkle Inc.",
"private": false,
"engines": {
"node": ">=14"
},
"files": [
"README.md",
"LICENSE",
"index.js"
],
"peerDependencies": {
"html-validate": ">=7"
}
"name": "@merkle-open/html-validate-config",
"description": "Shared html-validate config",
"version": "1.0.1",
"repository": "https://github.com/merkle-open/frontend-defaults",
"main": "./index.js",
"license": "MIT",
"author": "Merkle Inc.",
"private": false,
"engines": {
"node": ">=14"
},
"files": [
"README.md",
"LICENSE",
"index.js"
],
"peerDependencies": {
"html-validate": ">=7"
}
}
38 changes: 19 additions & 19 deletions codequality/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@merkle-open/prettier-config",
"description": "Shared prettier config",
"version": "1.2.0",
"repository": "https://github.com/merkle-open/frontend-defaults",
"license": "MIT",
"author": "Merkle Inc.",
"private": false,
"engines": {
"node": ">=14"
},
"main": "./index.js",
"files": [
"README.md",
"LICENSE",
"index.js"
],
"peerDependencies": {
"prettier": ">=2 <4"
}
"name": "@merkle-open/prettier-config",
"description": "Shared prettier config",
"version": "1.2.0",
"repository": "https://github.com/merkle-open/frontend-defaults",
"license": "MIT",
"author": "Merkle Inc.",
"private": false,
"engines": {
"node": ">=14"
},
"main": "./index.js",
"files": [
"README.md",
"LICENSE",
"index.js"
],
"peerDependencies": {
"prettier": ">=2 <4"
}
}
38 changes: 19 additions & 19 deletions codequality/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@merkle-open/ts-config",
"description": "Shared configuration for Typescript",
"version": "1.1.0",
"repository": "https://github.com/merkle-open/frontend-defaults",
"main": "./tsconfig.json",
"license": "MIT",
"author": "Merkle Inc.",
"private": false,
"engines": {
"node": ">=14"
},
"files": [
"README.md",
"LICENSE",
"tsconfig.json"
],
"peerDependencies": {
"typescript": ">= 3 < 6"
}
"name": "@merkle-open/ts-config",
"description": "Shared configuration for Typescript",
"version": "1.1.0",
"repository": "https://github.com/merkle-open/frontend-defaults",
"main": "./tsconfig.json",
"license": "MIT",
"author": "Merkle Inc.",
"private": false,
"engines": {
"node": ">=14"
},
"files": [
"README.md",
"LICENSE",
"tsconfig.json"
],
"peerDependencies": {
"typescript": ">= 3 < 6"
}
}
62 changes: 31 additions & 31 deletions repo/commitlint-conventional-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@merkle-open/commitlint-conventional-changelog",
"version": "1.0.7",
"repository": "https://github.com/merkle-open/frontend-defaults",
"author": "Merkle Inc.",
"description": "Shareable commitlint config enforcing conventional commits",
"main": "index.js",
"license": "MIT",
"private": false,
"files": [
"README.md",
"LICENSE",
"index.js"
],
"peerDependencies": {
"@commitlint/cli": ">= 8.0.0",
"husky": ">=4.0.0"
},
"devDependencies": {
"@commitlint/lint": "18.6.1",
"jest": "29.7.0"
},
"commitlint": {
"extends": [
"./index.js"
]
},
"scripts": {
"prepublishOnly": "npm test",
"test": "jest --forceExit --detectOpenHandles",
"watch-test": "jest --watchAll"
}
"name": "@merkle-open/commitlint-conventional-changelog",
"version": "1.0.7",
"repository": "https://github.com/merkle-open/frontend-defaults",
"author": "Merkle Inc.",
"description": "Shareable commitlint config enforcing conventional commits",
"main": "index.js",
"license": "MIT",
"private": false,
"files": [
"README.md",
"LICENSE",
"index.js"
],
"peerDependencies": {
"@commitlint/cli": ">= 8.0.0",
"husky": ">=4.0.0"
},
"devDependencies": {
"@commitlint/lint": "18.6.1",
"jest": "29.7.0"
},
"commitlint": {
"extends": [
"./index.js"
]
},
"scripts": {
"prepublishOnly": "npm test",
"test": "jest --forceExit --detectOpenHandles",
"watch-test": "jest --watchAll"
}
}
54 changes: 27 additions & 27 deletions repo/cz-conventional-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "@merkle-open/cz-conventional-changelog",
"version": "1.1.0",
"repository": "https://github.com/merkle-open/frontend-defaults",
"author": "Merkle Inc.",
"description": "Commitizen adapter following the conventional-changelog format.",
"main": "index.js",
"license": "MIT",
"private": false,
"engines": {
"node": ">=14"
},
"files": [
"README.md",
"LICENSE",
"index.js",
"engine.js"
],
"dependencies": {
"conventional-commit-types": "3.0.0",
"lodash.map": "4.6.0",
"longest": "2.0.1",
"right-pad": "1.0.1",
"word-wrap": "1.2.5"
},
"peerDependencies": {
"commitizen": "4.x"
}
"name": "@merkle-open/cz-conventional-changelog",
"version": "1.1.0",
"repository": "https://github.com/merkle-open/frontend-defaults",
"author": "Merkle Inc.",
"description": "Commitizen adapter following the conventional-changelog format.",
"main": "index.js",
"license": "MIT",
"private": false,
"engines": {
"node": ">=14"
},
"files": [
"README.md",
"LICENSE",
"index.js",
"engine.js"
],
"dependencies": {
"conventional-commit-types": "3.0.0",
"lodash.map": "4.6.0",
"longest": "2.0.1",
"right-pad": "1.0.1",
"word-wrap": "1.2.5"
},
"peerDependencies": {
"commitizen": "4.x"
}
}

0 comments on commit fca50fc

Please sign in to comment.