File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ console.log(await publicClient.getUniswapV3EthPrice())
33
33
34
34
## Authors
35
35
36
- - [ @dalechyn ] ( https://github.com/dalechyn ) (dalechyn.eth [ Twitter] ( https://twitter.com/wilsoncusack ) [ Warpcast] ( https://warpcast.com/dalechyn.eth ) )
36
+ - [ @dalechyn ] ( https://github.com/dalechyn ) (dalechyn.eth [ Twitter] ( https://twitter.com/dalechyn ) [ Warpcast] ( https://warpcast.com/dalechyn.eth ) )
37
37
38
38
## License
39
39
Original file line number Diff line number Diff line change 12
12
},
13
13
"scripts" : {
14
14
"build" : " pnpm run build:cjs && pnpm run build:esm && pnpm run build:types" ,
15
- "build:cjs" : " tsc --project tsconfig.build.json --module commonjs --outDir ./src/_cjs --removeComments --verbatimModuleSyntax false && echo > ./src/_cjs/package.json '{\" type\" :\" commonjs\" }'" ,
16
- "build:esm" : " tsc --project tsconfig.build.json --module es2015 --outDir ./src/_esm && echo > ./src/_esm/package.json '{\" type\" :\" module\" ,\" sideEffects\" :false}'" ,
17
- "build:types" : " tsc --project tsconfig.build.json --module esnext --outDir ./src/_types --emitDeclarationOnly --declaration --declarationMap" ,
15
+ "build:cjs" : " tsc --project ./ tsconfig.build.json --module commonjs --outDir ./src/_cjs --removeComments --verbatimModuleSyntax false && printf '{\" type\" :\" commonjs\" }' > ./src/_cjs/package.json " ,
16
+ "build:esm" : " tsc --project ./ tsconfig.build.json --module es2020 --outDir ./src/_esm && printf '{\" type\" : \" module\" ,\" sideEffects\" :false}' > ./src/_esm/package.json " ,
17
+ "build:types" : " tsc --project ./ tsconfig.build.json --module esnext --declarationDir ./src/_types --emitDeclarationOnly --declaration --declarationMap" ,
18
18
"release:check" : " changeset status --verbose --since=origin/main" ,
19
19
"release:publish" : " pnpm install && pnpm build && changeset publish" ,
20
20
"release:version" : " changeset version && pnpm install --lockfile-only" ,
You can’t perform that action at this time.
0 commit comments