File tree Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 13
13
"subdirs" : true
14
14
}
15
15
],
16
- "package-specs" : {
17
- "module" : " commonjs" ,
18
- "in-source" : true
19
- },
20
- "bs-dev-dependencies" : [" rescript-nodejs" ],
21
- "suffix" : " .bs.js"
16
+ "package-specs" : [
17
+ {
18
+ "module" : " es6" ,
19
+ "in-source" : true
20
+ }
21
+ ],
22
+ "suffix" : " .bs.js" ,
23
+ "refmt" : 3 ,
24
+ "jsx" : { "version" : 4 , "mode" : " classic" },
25
+ "bs-dev-dependencies" : [" rescript-nodejs" ]
22
26
}
Original file line number Diff line number Diff line change 4
4
"version" : " 0.1.4" ,
5
5
"scripts" : {
6
6
"clean" : " rescript clean" ,
7
- "build" : " rescript build" ,
8
- "watch" : " rescript build -w"
7
+ "build" : " rescript build -with-deps " ,
8
+ "watch" : " rescript build -w -with-deps "
9
9
},
10
10
"keywords" : [
11
11
" rescript" ,
15
15
],
16
16
"author" :
" Emile Rolley <[email protected] >" ,
17
17
"license" : " MIT" ,
18
+ "dependencies" : {
19
+ "docx" : " ^8.2.3"
20
+ },
18
21
"devDependencies" : {
19
22
"file-saver" : " ^2.0.5" ,
20
23
"rescript" : " ^10.1.4" ,
21
24
"rescript-nodejs" : " ^15.0.0"
22
- },
23
- "dependencies" : {
24
- "docx" : " ^8.2.2"
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ core-util-is@~1.0.0:
12
12
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
13
13
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
14
14
15
- docx@^8.2.2 :
16
- version "8.2.2 "
17
- resolved "https://registry.yarnpkg.com/docx/-/docx-8.2.2 .tgz#9d280920a657493521df2fb8def9f7cfd8a05de4 "
18
- integrity sha512-dWI5WfD/fDCLdjIA7CcDzV/1uyBD+mmr7jDLTUN997hcbPz56E701Kf1EEWdibdH9kk+0tFSmE+C0jTlkRZ7kQ ==
15
+ docx@^8.2.3 :
16
+ version "8.2.3 "
17
+ resolved "https://registry.yarnpkg.com/docx/-/docx-8.2.3 .tgz#9389a7db582afcf27dba68a8e8e54eb692769c15 "
18
+ integrity sha512-Rlr/wPTDh+xQpFew3m4zYQ5OWEZO36HItyPCUbGdicB+ar4zIgseeJdqfcZIY0uQtMSrhGRpSFOTjii7h9cpHw ==
19
19
dependencies :
20
20
" @types/node" " ^20.3.1"
21
21
jszip "^3.10.1"
You can’t perform that action at this time.
0 commit comments