Skip to content

Commit

Permalink
fix: make AEgir upgrade smoother
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vmx committed Jul 20, 2018
1 parent 6240d85 commit 36c83d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"findup-sync": "^2.0.0",
"fs-extra": "^4.0.3",
"gh-pages": "^1.1.0",
"git-validate": "^2.2.2",
"git-validate": "^2.2.4",
"glob": "^7.1.2",
"joi": "^13.0.2",
"json-loader": "~0.5.7",
Expand Down

0 comments on commit 36c83d3

Please sign in to comment.