Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fix: add add missing production dependency (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia committed Feb 19, 2021
1 parent a2f7434 commit 01bae82
Show file tree
Hide file tree
Showing 4 changed files with 706 additions and 238 deletions.
2 changes: 0 additions & 2 deletions commitlint.config.js
@@ -1,3 +1 @@
'use strict';

module.exports = { extends: ['@commitlint/config-conventional'] };
2 changes: 0 additions & 2 deletions index.js
@@ -1,5 +1,3 @@
'use strict';

module.exports = {
rules: {
'type-enum': [2, 'always', ['build', 'ci', 'chore', 'docs', 'feat', 'fix', 'merge', 'perf', 'refactor', 'revert', 'style', 'test', 'wip']],
Expand Down
24 changes: 13 additions & 11 deletions package.json
Expand Up @@ -4,50 +4,52 @@
"version": "1.0.1",
"author": "Voiceflow",
"bugs": {
"url": "https://github.com/storyflow/commitlint-config/issues"
"url": "https://github.com/voiceflow/commitlint-config/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@commitlint/config-conventional": "^11.0.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@voiceflow/commitlint-config": "^1.0.1",
"@voiceflow/eslint-config": "^2.0.5",
"@voiceflow/eslint-config": "^3.0.0",
"@voiceflow/git-branch-check": "^1.1.3",
"@voiceflow/prettier-config": "^1.0.5",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"depcheck": "^1.3.1",
"eslint": "^6.7.2",
"depcheck": "^1.4.0",
"eslint": "^7.20.0",
"fixpack": "^4.0.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"prettier": "^1.19.1",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"prettier-eslint-cli": "^5.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/storyflow/commitlint-config",
"homepage": "https://github.com/voiceflow/commitlint-config",
"keywords": [
"commitlint"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"prettier": "^1.17.1"
"@commitlint/cli": "^11.0.0"
},
"prettier": "@voiceflow/prettier-config",
"repository": {
"type": "git",
"url": "git+https://github.com/storyflow/commitlint-config"
"url": "git+https://github.com/voiceflow/commitlint-config"
},
"scripts": {
"commit": "cz",
"lint": "eslint \"./**/*.{js,ts}\"",
"lint": "eslint '**/*.{js,ts}'",
"lint:fix": "yarn lint --fix",
"lint:quiet": "yarn lint --quiet",
"lint:report": "yarn lint --format json -o sonar/report.json",
Expand Down

0 comments on commit 01bae82

Please sign in to comment.