Skip to content

Commit 345494a

Browse files
committed
v0.1.5
1 parent b6a8474 commit 345494a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/react-webpack-ts-boilerplate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ async function main() {
4242
}
4343

4444
console.log('Installing dependencies');
45+
execSync('yarn set version berry');
4546
execSync('yarn install');
4647

4748
console.log('Removing useless files');

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.4",
3+
"version": "0.1.5",
44
"description": "It automatically builds a react, webpack, and ts working environment",
55
"main": "index.tsx",
66
"scripts": {

0 commit comments

Comments
 (0)