Compare commits

..

2 Commits
5.1.0 ... 5.1.1

Author SHA1 Message Date
20e6b98770 Version bump 2020-05-26 21:07:30 +01:00
5ae824358c Revert "Update numbering.ts"
This reverts commit 0ebdcc30ed.
2020-05-26 21:06:43 +01:00
2 changed files with 1 additions and 12 deletions

View File

@ -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": {

View File

@ -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);