From d55a7c80c4f967251860e59a9caaabea8b4d7fa1 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 3 Oct 2021 22:05:17 +0800 Subject: [PATCH] chore(tsbb): Modify the tab character. --- example/react-component-tsx/public/index.html | 35 +++-- packages/tsbb/package.json | 120 +++++++++--------- 2 files changed, 75 insertions(+), 80 deletions(-) diff --git a/example/react-component-tsx/public/index.html b/example/react-component-tsx/public/index.html index a83fc7fa..c0860c4e 100644 --- a/example/react-component-tsx/public/index.html +++ b/example/react-component-tsx/public/index.html @@ -1,13 +1,12 @@ - - - - - - - - - React App - + React App + - - -
- - - - \ No newline at end of file + --> + diff --git a/packages/tsbb/package.json b/packages/tsbb/package.json index 6551f49c..d7b84789 100644 --- a/packages/tsbb/package.json +++ b/packages/tsbb/package.json @@ -1,62 +1,62 @@ { - "name": "tsbb", - "version": "3.4.0", - "description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", - "author": "kenny wang ", - "license": "MIT", - "bin": { - "tsbb": "bin/tsbb" - }, - "repository": { - "type": "git", - "url": "https://github.com/jaywcjlove/tsbb.git" - }, - "homepage": "https://github.com/jaywcjlove/tsbb", - "files": [ - "bin", - "lib", - "src" - ], - "keywords": [ - "typescript", - "babel", - "react", - "tsbb", - "node.js" - ], - "dependencies": { - "@babel/core": "7.15.5", - "@babel/plugin-proposal-class-properties": "7.14.5", - "@babel/plugin-proposal-decorators": "7.15.4", - "@babel/plugin-proposal-export-default-from": "7.14.5", - "@babel/plugin-transform-runtime": "7.15.0", - "@babel/preset-env": "7.15.6", - "@babel/preset-react": "7.14.5", - "@babel/preset-typescript": "7.15.0", - "@types/babel__core": "7.1.16", - "@types/fs-extra": "9.0.13", - "@types/jest": "27.0.2", - "@types/micromatch": "4.0.2", - "@types/node": "16.7.10", - "@types/semver": "7.3.8", - "@types/yargs": "17.0.3", - "@types/yargs-parser": "20.2.1", - "babel-plugin-add-module-exports": "1.0.4", - "babel-plugin-transform-remove-imports": "1.7.0", - "babel-plugin-transform-rename-import": "2.3.0", - "babel-plugin-transform-typescript-metadata": "0.3.2", - "camelcase": "6.2.0", - "chalk": "4.1.2", - "chokidar": "3.5.2", - "execa": "5.1.1", - "fs-extra": "10.0.0", - "identity-obj-proxy": "3.0.0", - "jest": "27.2.3", - "jest-watch-typeahead": "0.6.5", - "micromatch": "4.0.4", - "recursive-readdir-files": "1.1.2", - "semver": "7.3.5", - "typescript": "4.4.3", - "yargs-parser": "20.2.9" - } + "name": "tsbb", + "version": "3.4.0", + "description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", + "author": "kenny wang ", + "license": "MIT", + "bin": { + "tsbb": "bin/tsbb" + }, + "repository": { + "type": "git", + "url": "https://github.com/jaywcjlove/tsbb.git" + }, + "homepage": "http://jaywcjlove.github.io/tsbb", + "files": [ + "bin", + "lib", + "src" + ], + "keywords": [ + "typescript", + "babel", + "react", + "tsbb", + "node.js" + ], + "dependencies": { + "@babel/core": "7.15.5", + "@babel/plugin-proposal-class-properties": "7.14.5", + "@babel/plugin-proposal-decorators": "7.15.4", + "@babel/plugin-proposal-export-default-from": "7.14.5", + "@babel/plugin-transform-runtime": "7.15.0", + "@babel/preset-env": "7.15.6", + "@babel/preset-react": "7.14.5", + "@babel/preset-typescript": "7.15.0", + "@types/babel__core": "7.1.16", + "@types/fs-extra": "9.0.13", + "@types/jest": "27.0.2", + "@types/micromatch": "4.0.2", + "@types/node": "16.7.10", + "@types/semver": "7.3.8", + "@types/yargs": "17.0.3", + "@types/yargs-parser": "20.2.1", + "babel-plugin-add-module-exports": "1.0.4", + "babel-plugin-transform-remove-imports": "1.7.0", + "babel-plugin-transform-rename-import": "2.3.0", + "babel-plugin-transform-typescript-metadata": "0.3.2", + "camelcase": "6.2.0", + "chalk": "4.1.2", + "chokidar": "3.5.2", + "execa": "5.1.1", + "fs-extra": "10.0.0", + "identity-obj-proxy": "3.0.0", + "jest": "27.2.3", + "jest-watch-typeahead": "0.6.5", + "micromatch": "4.0.4", + "recursive-readdir-files": "1.1.2", + "semver": "7.3.5", + "typescript": "4.4.3", + "yargs-parser": "20.2.9" + } }