Skip to content

Commit 94a8b60

Browse files
committed
v0.1.9
1 parent 7f5ff90 commit 94a8b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "create-react-webpack-ts-app",
3-
"version": "0.1.7",
3+
"version": "0.1.9",
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/generate-app.js",
11+
"bin": "./bin/react-webpack-ts-boilerplate.js",
1212
"homepage": "https://github.com/vvs-kim/react_webpack_ts_boilerplate",
1313
"author": {
1414
"name": "Wooseok Kim"

0 commit comments

Comments
 (0)