Skip to content

Commit 4ba80e9

Browse files
author
craig-mulligan
committed
chore: fix CI
ignore offending documentation module in .flow update conventional-changelog-lint to include https://github.com/marionebl/commitlint/issues/13 connects to broken build https://travis-ci.org/gajus/gitinfo/builds/254646852
1 parent d6ef603 commit 4ba80e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.*/node_modules/config-chain/test/broken.json
44
.*/node_modules/npmconf/test/fixtures/package.json
55
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
6+
.*/node_modules/documentation/.*
67
.*/__tests__/.*
78

89
[include]

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"babel-preset-es2015-node4": "^2.1.0",
4040
"babel-register": "^6.11.6",
4141
"chai": "^3.5.0",
42-
"conventional-changelog-cli": "^1.2.0",
43-
"conventional-changelog-lint": "^1.0.1",
42+
"conventional-changelog-cli": "1.3.2",
43+
"conventional-changelog-lint": "2.1.1",
4444
"conventional-changelog-lint-config-canonical": "^1.0.0",
4545
"conventional-recommended-bump": "^0.3.0",
4646
"coveralls": "^2.11.12",

0 commit comments

Comments
 (0)