Skip to content

Commit

Permalink
feat: alias config packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jul 10, 2017
1 parent aa9ad03 commit 67ba5c6
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 0 deletions.
1 change: 1 addition & 0 deletions @commitlint/commitlint-config-angular/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@commitlint/config-angular');
30 changes: 30 additions & 0 deletions @commitlint/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "commitlint-config-angular",
"version": "3.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"scripts": {
"pretest": "dep-check",
"test": "exit 0",
"clean": "exit 0"
},
"xo": false,
"repository": {
"type": "git",
"url": "git+https://github.com/marionebl/commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"angular"
],
"author": "Mario Nebl <hello@herebecode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/commitlint/issues"
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^3.0.0"
}
}
1 change: 1 addition & 0 deletions @commitlint/commitlint-config-lerna-scopes/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@commitlint/config-lerna-scopes');
30 changes: 30 additions & 0 deletions @commitlint/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "3.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"scripts": {
"pretest": "dep-check",
"test": "exit 0",
"clean": "exit 0"
},
"xo": false,
"repository": {
"type": "git",
"url": "git+https://github.com/marionebl/commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"angular"
],
"author": "Mario Nebl <hello@herebecode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/commitlint/issues"
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-lerna-scopes": "^3.0.0"
}
}
1 change: 1 addition & 0 deletions @commitlint/commitlint-config-patternplate/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@commitlint/config-patternplate');
30 changes: 30 additions & 0 deletions @commitlint/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "commitlint-config-patternplate",
"version": "3.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"scripts": {
"pretest": "dep-check",
"test": "exit 0",
"clean": "exit 0"
},
"xo": false,
"repository": {
"type": "git",
"url": "git+https://github.com/marionebl/commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"angular"
],
"author": "Mario Nebl <hello@herebecode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/commitlint/issues"
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-patternplate": "^3.0.0"
}
}

0 comments on commit 67ba5c6

Please sign in to comment.