Skip to content

Commit

Permalink
chore(tsbb): Modify the tab character.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2021
1 parent 5639320 commit d55a7c8
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 80 deletions.
35 changes: 15 additions & 20 deletions example/react-component-tsx/public/index.html
@@ -1,13 +1,12 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<!--
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -16,15 +15,13 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<title>React App</title>
</head>

<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<!--
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand All @@ -33,7 +30,5 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>

</html>
--></body>
</html>
120 changes: 60 additions & 60 deletions 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 <wowohoo@qq.com>",
"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 <wowohoo@qq.com>",
"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"
}
}

0 comments on commit d55a7c8

Please sign in to comment.