File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import {
3939 Xml ,
4040} from ' alignment-react' ;
4141
42- import ' alignment-react/dist /index.css' ;
42+ import ' alignment-react/build /index.css' ;
4343
4444const xml = `
4545<aligned-text xmlns="http://alpheios.net/namespaces/aligned-text">
Original file line number Diff line number Diff line change 99 Segment ,
1010 Xml ,
1111} from 'alignment-react' ;
12- import 'alignment-react/dist /index.css' ;
12+ import 'alignment-react/build /index.css' ;
1313
1414// Public domain text from:
1515// Herodotus, with an English translation by A. D. Godley.
Original file line number Diff line number Diff line change 1717 " ancient-greek" ,
1818 " latin"
1919 ],
20- "main" : " dist /index.js" ,
21- "module" : " dist /index.modern.js" ,
20+ "main" : " build /index.js" ,
21+ "module" : " build /index.modern.js" ,
2222 "source" : " src/index.js" ,
2323 "engines" : {
2424 "node" : " >=10"
6161 "sass" : " ^1.58.3"
6262 },
6363 "files" : [
64- " dist "
64+ " build "
6565 ]
6666}
You can’t perform that action at this time.
0 commit comments