File tree 3 files changed +4
-4
lines changed
packages/contracts/contracts
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @excubiae/contracts" ,
3
3
"description" : " Excubiae contracts." ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" *.sol" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ async function main() {
10
10
// Apply the versions
11
11
execSync ( "yarn version apply --all" , { stdio : "inherit" } )
12
12
13
- await import ( "./remove-stable-version-field.js " )
13
+ await import ( "./remove-stable-version-field" )
14
14
15
15
execSync ( "yarn format:write" )
16
16
execSync ( `NO_HOOK=1 git commit -am 'chore: v${ version } '` )
Original file line number Diff line number Diff line change 3
3
"baseUrl" : " ." ,
4
4
"strict" : true ,
5
5
"target" : " ES2020" ,
6
- "module" : " NodeNext " ,
7
- "moduleResolution" : " NodeNext " ,
6
+ "module" : " ESNext " ,
7
+ "moduleResolution" : " bundler " ,
8
8
"esModuleInterop" : true ,
9
9
"preserveConstEnums" : true ,
10
10
"resolveJsonModule" : true ,
You can’t perform that action at this time.
0 commit comments