We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e95ce3 commit dc35659Copy full SHA for dc35659
index.js
@@ -4,7 +4,7 @@ const { execSync } = require('child_process');
4
const commander = require('commander');
5
const fssync = require('fs');
6
const fs = fssync.promises;
7
-const git = require('simple-git/promise');
+const git = require('simple-git');
8
const glob = require('glob-gitignore');
9
const parseGitignore = require('parse-gitignore');
10
const path = require('path');
0 commit comments