From 05a4ef17021b1e2b7dfde7be753ae63a4786e329 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 18 Nov 2019 11:29:32 +0000 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3be39c2012..cc50a5d9e0 100644 --- a/package.json +++ b/package.json @@ -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",