Update package.json

This commit is contained in:
Dolan
2019-11-18 11:29:32 +00:00
committed by GitHub
parent e9d3853d93
commit 05a4ef1702

View File

@ -1,7 +1,7 @@
{
"name": "docx",
"version": "5.0.0-rc7",
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)",
"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": {
"pretest": "rimraf ./build",