-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
115 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |