Skip to content

Commit ecf1bff

Browse files
committed
v2.0.0
1 parent 94a8b60 commit ecf1bff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/react-webpack-ts-boilerplate.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ async function main() {
4141
process.chdir(projectPath);
4242
}
4343

44+
console.log('Checking clone');
45+
4446
console.log('Removing useless files');
4547
execSync('npx rimraf ./git');
4648
execSync('npx rimraf ./bin');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-webpack-ts-app",
3-
"version": "0.1.9",
3+
"version": "0.2.0",
44
"description": "It automatically builds a react, webpack, and ts working environment",
55
"main": "index.tsx",
66
"scripts": {

0 commit comments

Comments
 (0)