From ac6d5cba4d07b06199faf763177f8e0338289386 Mon Sep 17 00:00:00 2001 From: nshen Date: Thu, 6 Feb 2020 00:50:35 +0800 Subject: [PATCH] update @shed/cli to 0.2.1 --- packages/cli/package.json | 4 +- packages/cli/src/index.ts | 1 - packages/cli/yarn-error.log | 80 ----------------------------------- packages/starter/.gitignore | 1 + packages/starter/package.json | 3 +- 5 files changed, 5 insertions(+), 84 deletions(-) delete mode 100644 packages/cli/yarn-error.log diff --git a/packages/cli/package.json b/packages/cli/package.json index 6b3eaa6..e5542a4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@shed/cli", - "version": "0.2.0", + "version": "0.2.1", "description": "mini-shed 命令行工具", "module": "dist/index.js", "files": [ @@ -72,5 +72,5 @@ "url": "https://github.com/nshen/mini-shed/issues" }, "license": "MIT", - "gitHead": "5163b0e9f85641db21b730a1c2032ac9605e8ec9" + "gitHead": "a5a3082dd23fc78f64cea163d3c105f4aaf8c978" } diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index 8944792..76e14cd 100644 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -62,7 +62,6 @@ if (process.argv.length <= 2) { console.log('感谢尝试 ' + chalk.cyan('mini-shed v' + pkg.version) + ' 小游戏框架'); console.log('有问题请到此留言:', chalk.cyan('')); console.log(chalk.cyan('shed -h') + ' 可显示更多帮助信息'); - console.log(); // console.log('----------------------------------------------------\n'); // program.help(); } else { diff --git a/packages/cli/yarn-error.log b/packages/cli/yarn-error.log deleted file mode 100644 index a148d21..0000000 --- a/packages/cli/yarn-error.log +++ /dev/null @@ -1,80 +0,0 @@ -Arguments: - /usr/bin/node /usr/share/yarn/bin/yarn.js install - -PATH: - /home/nn/bin:/home/nn/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/ImageMagick-6.9.10-Q16:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files (x86)/GtkSharp/2.12/bin:/mnt/c/Program Files/colortools:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Users/nshen/AppData/Local/Microsoft/WindowsApps:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/Users/nshen/AppData/Local/Pandoc/:/snap/bin:/home/nn/.yarn/bin - -Yarn version: - 1.19.2 - -Node version: - 12.13.1 - -Platform: - linux x64 - -Trace: - SyntaxError: /mnt/d/code/mini-shed/packages/cli/package.json: Unexpected string in JSON at position 1101 - at JSON.parse () - at /usr/share/yarn/lib/cli.js:1625:59 - at Generator.next () - at step (/usr/share/yarn/lib/cli.js:304:30) - at /usr/share/yarn/lib/cli.js:315:13 - -npm manifest: - { - "name": "@shed/cli", - "version": "0.2.0", - "description": "mini-shed 命令行工具", - "module": "dist/new-package.es.js", - "types": "dist/index.d.ts", - "files": [ - "dist" - ], - "publishConfig": { - "access": "public" - }, - "scripts": { - "build2": "rimraf dist/* && rollup -c --environment DEBUG:false & yarn build:types", - "build:types2": "tsc --declaration true --emitDeclarationOnly --outDir ./dist", - "watch2": "rimraf dist/* && rollup -c -w --environment DEBUG:false" - }, - "devDependencies": { - "@types/node": "^12.12.14", - "rimraf": "^3.0.0", - "rollup": "^1.27.2", - "rollup-plugin-babel": "^4.3.3", - "rollup-plugin-generate-html-template": "^1.6.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-terser": "^5.1.2", - "typescript": "^3.7.2" - }, - "dependencies": { - "@babel/cli": "^7.7.4", - "@babel/core": "^7.7.2", - "@babel/plugin-proposal-class-properties": "^7.7.0", - "@babel/plugin-proposal-numeric-separator": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", - "@babel/preset-typescript": "^7.7.2" - } - "keywords": [ - "mini-game", - "wechat" - ], - "author": "nshen ", - "homepage": "https://github.com/nshen/mini-shed#readme", - "repository": { - "type": "git", - "url": "git+https://github.com/nshen/mini-shed.git" - }, - "bugs": { - "url": "https://github.com/nshen/mini-shed/issues" - }, - "license": "MIT", - } - -yarn manifest: - No manifest - -Lockfile: - No lockfile diff --git a/packages/starter/.gitignore b/packages/starter/.gitignore index 6e0b84a..930fab1 100644 --- a/packages/starter/.gitignore +++ b/packages/starter/.gitignore @@ -1,4 +1,5 @@ *.log +**/*.log .DS_Store .jest-* lib diff --git a/packages/starter/package.json b/packages/starter/package.json index a3f682e..1eb5faa 100644 --- a/packages/starter/package.json +++ b/packages/starter/package.json @@ -3,6 +3,7 @@ "version": "0.2.0", "description": "mini-shed 小游戏示例项目", "module": "dist/mini-game.es.js", + "private": true, "keywords": [ "mini-game", "wechat" @@ -33,5 +34,5 @@ "serve": "live-server --open=./dist/h5 -q", "dev": "shed build h5 --debug --watch" }, - "gitHead": "5163b0e9f85641db21b730a1c2032ac9605e8ec9" + "gitHead": "a5a3082dd23fc78f64cea163d3c105f4aaf8c978" }