fix: change simple-git import
This commit is contained in:
parent
2e3bdb6630
commit
ac930fc23e
@ -1,5 +1,5 @@
|
|||||||
const path = require('path')
|
const path = require('path')
|
||||||
const sgit = require('simple-git/promise')
|
const sgit = require('simple-git')
|
||||||
const fs = require('fs-extra')
|
const fs = require('fs-extra')
|
||||||
const _ = require('lodash')
|
const _ = require('lodash')
|
||||||
const stream = require('stream')
|
const stream = require('stream')
|
||||||
|
Loading…
Reference in New Issue
Block a user