Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2018-08-04 03:06:09 +00:00
parent 14c098a5bb
commit d602fe7407
427 changed files with 3926 additions and 3928 deletions

View File

@ -4,7 +4,7 @@
* Include documentation reference(s) at the top of each file:
```ts
```js
// http://officeopenxml.com/WPdocument.php
```
@ -18,7 +18,7 @@ Please write a test of every file you make and suffix it with `.spec.ts`.
Here is a template of a test:
```ts
```js
import { assert } from "chai";
describe("ClassName", () => {