Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
20e6b98770 | |||
5ae824358c |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docx",
|
||||
"version": "5.1.0",
|
||||
"version": "5.1.1",
|
||||
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
|
@ -147,17 +147,6 @@ export class Numbering extends XmlComponent {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
level: 9,
|
||||
format: "bullet",
|
||||
text: "\u2726",
|
||||
alignment: AlignmentType.LEFT,
|
||||
style: {
|
||||
paragraph: {
|
||||
indent: { left: 720, hanging: 360 },
|
||||
},
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
||||
this.createConcreteNumbering(abstractNumbering);
|
||||
|
Reference in New Issue
Block a user