mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use git-utils module
Removes the need to include libgit2 as this is now handled by the git-utils module which provides functions that were previously in git.mm and git.coffee
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"ctags": "0.1.0",
|
||||
"oniguruma": "0.4.0",
|
||||
"mkdirp": "0.3.5",
|
||||
"git-utils": "0.1.0"
|
||||
"git-utils": "0.2.0"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user