Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4b9d5c7

Browse files
committed
Update git-utils to version 2.6.2
Version 2.6.2 is used by atom core. This fixes build with up-to-date node.js
1 parent 0c01abc commit 4b9d5c7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ addons:
1515
apt:
1616
packages:
1717
- build-essential
18-
- clang-3.3
18+
- clang-5.0

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"homepage": "http://atom.github.io/scandal",
2222
"dependencies": {
2323
"argparse": "^1.0.2",
24-
"git-utils": "^5.6.0",
24+
"git-utils": "5.6.2",
2525
"isbinaryfile": "^2.0.4",
2626
"minimatch": "^2.0.9",
2727
"split": "^1.0.0",

0 commit comments

Comments
 (0)