Skip to content

Commit 36c83d3

Browse files
committed
fix: make AEgir upgrade smoother
With the change from `pre-push` to `git-validate` there was an issue when you were removing `node_modules` before upgrading to AEgir 15.0.0. (see ipfs/js-ipfs#1444 for more). On the most recent version of git-validate that issue was fixed.
1 parent 6240d85 commit 36c83d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"findup-sync": "^2.0.0",
6767
"fs-extra": "^4.0.3",
6868
"gh-pages": "^1.1.0",
69-
"git-validate": "^2.2.2",
69+
"git-validate": "^2.2.4",
7070
"glob": "^7.1.2",
7171
"joi": "^13.0.2",
7272
"json-loader": "~0.5.7",

0 commit comments

Comments
 (0)