File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 27
27
<p align=center>
28
28
<a href="https://app.saucelabs.com/u/sinonjs">
29
29
<img src="https://app.saucelabs.com/browser-matrix/sinonjs.svg" alt="Sauce Test Status"/>
30
- </a>
30
+ </a>
31
31
</p>
32
32
-->
33
33
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ makeBundle(
44
44
} ,
45
45
function ( bundle ) {
46
46
var script = preamble + bundle ;
47
- fs . writeFileSync ( "pkg/sinon.cjs" , script ) ;
48
47
fs . writeFileSync ( "pkg/sinon.js" , script ) ; // WebWorker can only load js files
49
48
}
50
49
) ;
Original file line number Diff line number Diff line change 118
118
"main" : " ./lib/sinon.js" ,
119
119
"module" : " ./pkg/sinon-esm.js" ,
120
120
"exports" : {
121
- "require" : " ./pkg /sinon.cjs " ,
121
+ "require" : " ./lib /sinon.js " ,
122
122
"import" : " ./pkg/sinon-esm.js"
123
123
},
124
124
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments