File tree Expand file tree Collapse file tree 6 files changed +72
-237
lines changed
Expand file tree Collapse file tree 6 files changed +72
-237
lines changed Original file line number Diff line number Diff line change 1212 " nlcst"
1313 ],
1414 "dependencies" : {
15- "wooorm/parse-latin" : " ^1 .0.0" ,
15+ "wooorm/parse-latin" : " ^2 .0.0" ,
1616 "wooorm/unified" : " ^1.0.0" ,
1717 "wooorm/nlcst-to-string" : " ^1.0.0"
1818 },
1919 "repository" : " wooorm/retext" ,
2020 "scripts" : [
2121 " index.js" ,
22- " lib/parse.js" ,
2322 " lib/compile.js"
2423 ]
2524}
Original file line number Diff line number Diff line change 1616 */
1717
1818var unified = require ( 'unified' ) ;
19- var Parser = require ( './lib/ parse.js ' ) ;
19+ var Parser = require ( 'parse-latin ' ) ;
2020var Compiler = require ( './lib/compile.js' ) ;
2121
2222/*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 ],
1414 "dependencies" : {
1515 "nlcst-to-string" : " ^1.0.0" ,
16- "parse-latin" : " ^1 .0.0" ,
16+ "parse-latin" : " ^2 .0.0" ,
1717 "unified" : " ^1.0.0"
1818 },
1919 "repository" : {
You can’t perform that action at this time.
0 commit comments