File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"package-specs" : {
15
- "module" : " es6 " ,
16
- "in-source" : true
15
+ "module" : " commonjs " ,
16
+ "in-source" : false
17
17
},
18
- "suffix" : " .mjs " ,
18
+ "suffix" : " .bs.js " ,
19
19
"bs-dev-dependencies" : [
20
20
" @glennsl/rescript-jest"
21
21
],
Original file line number Diff line number Diff line change 17
17
"scripts" : {
18
18
"prepublishOnly" : " yarn test" ,
19
19
"clean" : " rescript clean" ,
20
- "build" : " yarn generate-tests && rescript" ,
20
+ "build" : " yarn generate-tests && rescript build -with-deps " ,
21
21
"watch" : " rescript build -w" ,
22
22
"test" : " yarn build && node node_modules/.bin/jest lib/js/__tests__/*_test.bs.js" ,
23
23
"generate-tests" : " cd __tests__ && yarn exec atdgen -t test.atd && yarn exec atdgen -bs test.atd"
34
34
"contributors" : [
35
35
36
36
],
37
- "packageManager" : " yarn@4.1.1 "
37
+ "packageManager" : " yarn@4.2.1+sha512.4326f6a5a916363bfd3533f984bc4c91d47a0c6af2d79fc6e8a25dec14a1be88ec354e2b1d2919461647ec8df1d39303575f7726827704cdf9909d38621c9300 "
38
38
}
You can’t perform that action at this time.
0 commit comments