Skip to content

Commit

Permalink
update @shed/cli to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nshen committed Feb 5, 2020
1 parent 938a3ac commit ac6d5cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 84 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shed/cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "mini-shed 命令行工具",
"module": "dist/index.js",
"files": [
Expand Down Expand Up @@ -72,5 +72,5 @@
"url": "https://github.com/nshen/mini-shed/issues"
},
"license": "MIT",
"gitHead": "5163b0e9f85641db21b730a1c2032ac9605e8ec9"
"gitHead": "a5a3082dd23fc78f64cea163d3c105f4aaf8c978"
}
1 change: 0 additions & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ if (process.argv.length <= 2) {
console.log('感谢尝试 ' + chalk.cyan('mini-shed v' + pkg.version) + ' 小游戏框架');
console.log('有问题请到此留言:', chalk.cyan('<https://github.com/nshen/mini-shed/issues>'));
console.log(chalk.cyan('shed -h') + ' 可显示更多帮助信息');
console.log();
// console.log('----------------------------------------------------\n');
// program.help();
} else {
Expand Down
80 changes: 0 additions & 80 deletions packages/cli/yarn-error.log

This file was deleted.

1 change: 1 addition & 0 deletions packages/starter/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.log
**/*.log
.DS_Store
.jest-*
lib
Expand Down
3 changes: 2 additions & 1 deletion packages/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.0",
"description": "mini-shed 小游戏示例项目",
"module": "dist/mini-game.es.js",
"private": true,
"keywords": [
"mini-game",
"wechat"
Expand Down Expand Up @@ -33,5 +34,5 @@
"serve": "live-server --open=./dist/h5 -q",
"dev": "shed build h5 --debug --watch"
},
"gitHead": "5163b0e9f85641db21b730a1c2032ac9605e8ec9"
"gitHead": "a5a3082dd23fc78f64cea163d3c105f4aaf8c978"
}

0 comments on commit ac6d5cb

Please sign in to comment.