Merge pull request #9213 from atom/dh-async-repo

Async Git Repository class
This commit is contained in:
Josh Abernathy
2016-01-15 16:17:41 -05:00
129 changed files with 12134 additions and 43 deletions

View File

@@ -37,6 +37,7 @@
"less-cache": "0.22",
"line-top-index": "0.2.0",
"marked": "^0.3.4",
"nodegit": "0.7.0",
"normalize-package-data": "^2.0.0",
"nslog": "^3",
"oniguruma": "^5",
@@ -153,5 +154,26 @@
"scripts": {
"preinstall": "node -e 'process.exit(0)'",
"test": "node script/test"
},
"standard": {
"ignore": [],
"parser": "babel-eslint",
"globals": [
"atom",
"afterEach",
"beforeEach",
"describe",
"fdescribe",
"xdescribe",
"expect",
"it",
"fit",
"xit",
"jasmine",
"runs",
"spyOn",
"waitsFor",
"waitsForPromise"
]
}
}