Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a9632a6

Browse files
author
wangsw
committed
fix require bug
1 parent b230371 commit a9632a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎bin/git-deploy-init

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const path = require('path')
66
const chalk = require('chalk') //控制台输出带颜色的日志
77
const inquirer = require('inquirer') // 常用交互式命令行用户界面的信息收集
88
const logger = require('../lib/logger');
9-
const parseConfig = require('../lib/parse_config');
109
const gitInfo = require('../lib/git-info');
1110

1211
const info = gitInfo();

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-deploy-directory",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Deploy a directory to a git branch. You can use the configuration file to deploy easily.Useful to deploy to GitHub Pages.",
55
"preferGlobal": true,
66
"bin": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /