Skip to content

Commit

Permalink
feat: close #101
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavrik Roman committed Dec 16, 2019
1 parent 26969db commit a07f955
Show file tree
Hide file tree
Showing 3 changed files with 1,911 additions and 1,705 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"author": "Good guys from Alfa Laboratory",
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^8.2.0",
"del": "^5.1.0",
"ejs": "^2.7.1",
"event-stream": "^4.0.1",
Expand All @@ -20,6 +21,7 @@
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"husky": "^3.1.0",
"react-component-info": "1.1.2",
"react-docgen": "^4.1.1",
"react-docgen-displayname-handler": "^2.1.3",
Expand All @@ -45,7 +47,6 @@
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-sort-class-members": "1.6.0",
"husky": "0.14.3",
"jest": "^24.9.0"
},
"scripts": {
Expand All @@ -59,5 +60,10 @@
"release-minor": "npm version minor -m 'chore(*): minor version'",
"release-major": "npm version major -m 'chore(*): major version'",
"version": "git fetch --tags && npm run changelog && git add CHANGELOG.md"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
Loading

0 comments on commit a07f955

Please sign in to comment.