Skip to content

Commit d72125e

Browse files
author
Vitor Hugo Salgado
committed
chore: fix yarn.lock
1 parent 3b02570 commit d72125e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"name": "create-react-ts-web-starter",
33
"version": "1.0.0",
44
"main": "cmd/create-react-ts-web-starter/index.js",
5-
"bin": {
6-
"create-react-ts-web-starter": "cmd/create-react-ts-web-starter/index.js"
7-
},
5+
"bin": "cmd/create-react-ts-web-starter/index.js",
86
"scripts": {
97
"start": "cross-env NODE_ENV=development webpack serve --config build/webpack/webpack.dev.js",
108
"start:headless": "cross-env NODE_ENV=production webpack serve --config build/webpack/webpack.dev.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14221,11 +14221,11 @@ __metadata:
1422114221

1422214222
"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.5.4#~builtin<compat/typescript>":
1422314223
version: 4.5.4
14224-
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=de8f8a"
14224+
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=493e53"
1422514225
bin:
1422614226
tsc: bin/tsc
1422714227
tsserver: bin/tsserver
14228-
checksum: eda87927f9cfb94aca9b5e47842daf37347ad3073133e17f556fbb6c18f3493c5b551eedab0f4b26774235ddb7acbe0087250d5285f72ce6819a0891dd5a74ed
14228+
checksum: 2e488dde7d2c4a2fa2e79cf2470600f8ce81bc0563c276b72df8ff412d74456ae532ba824650ae936ce207440c79720ddcfaa25e3cb4477572b8534fa4e34d49
1422914229
languageName: node
1423014230
linkType: hard
1423114231

0 commit comments

Comments
 (0)