Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit d1a61c1

Browse files
author
Kent C. Dodds
committed
chore(build): Add cracks plugin
This is to ensure we don't release a breaking change without knowing it
1 parent b559372 commit d1a61c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"chai": "3.2.0",
9292
"codecov.io": "0.1.5",
9393
"commitizen": "1.0.4",
94+
"cracks": "3.0.2",
9495
"cz-conventional-changelog": "1.1.0",
9596
"eslint": "1.3.1",
9697
"eslint-config-kentcdodds": "3.0.0",
@@ -136,5 +137,12 @@
136137
},
137138
"czConfig": {
138139
"path": "node_modules/cz-conventional-changelog"
140+
},
141+
"release": {
142+
"verfiyRelease": {
143+
"path": "cracks",
144+
"paths": ["src", "package.json"]
145+
"silent": false
146+
}
139147
}
140148
}

0 commit comments

Comments
 (0)