Skip to content

Commit

Permalink
feat: (strf-8608) update "simple-git"
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGenash committed Sep 21, 2020
1 parent a0aa6fd commit 7153455
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/release/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fs = require('fs');
const path = require('path');
const util = require('util');
const { THEME_PATH, DOT_STENCIL_FILE_PATH } = require('../../constants');
const git = require('simple-git/promise')(THEME_PATH);
const git = require('simple-git')(THEME_PATH);
const themeConfig = require('../theme-config').getInstance(THEME_PATH);
const askQuestions = require('./questions');
const { Octokit } = require('@octokit/rest');
Expand Down
46 changes: 38 additions & 8 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 @@ -68,7 +68,7 @@
"progress": "^2.0.3",
"recursive-readdir": "^2.2.2",
"semver": "^7.3.2",
"simple-git": "^1.65.0",
"simple-git": "^2.20.1",
"tarjan-graph": "^0.3.0",
"tmp": "0.0.26",
"upath": "^1.2.0",
Expand Down

0 comments on commit 7153455

Please sign in to comment.