Skip to content

Commit 1b2c23b

Browse files
committed
v0.2.2
1 parent ecf1bff commit 1b2c23b

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

bin/react-webpack-ts-boilerplate.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "create-react-webpack-ts-app",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "It automatically builds a react, webpack, and ts working environment",
55
"main": "index.tsx",
66
"scripts": {
77
"dev": "webpack-dev-server --config config/webpack.dev.js",
88
"build": "webpack --config config/webpack.prod.js"
99
},
1010
"license": "ISC",
11-
"bin": "./bin/react-webpack-ts-boilerplate.js",
1211
"homepage": "https://github.com/vvs-kim/react_webpack_ts_boilerplate",
1312
"author": {
1413
"name": "Wooseok Kim"

0 commit comments

Comments
 (0)