Skip to content

Commit

Permalink
use gitconfig from npm - @teambit/gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jun 7, 2018
1 parent e4d4f9b commit b23a78d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 37 deletions.
65 changes: 30 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"execa": "^0.8.0",
"find-up": "^2.1.0",
"fs-extra": "^6.0.0",
"gitconfig": "teambit/node-gitconfig",
"@teambit/gitconfig": "^2.0.5",
"glob": "^7.1.1",
"graphlib": "^2.1.5",
"group-array": "^0.3.3",
Expand Down
2 changes: 1 addition & 1 deletion src/api/consumer/lib/global-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @flow */
import gitconfig from 'gitconfig';
import gitconfig from '@teambit/gitconfig';
import R from 'ramda';
import { GlobalConfig } from '../../../global-config';
import Config from '../../../global-config/config';
Expand Down

0 comments on commit b23a78d

Please sign in to comment.