From 925340eb3de986c26dacf216c9e76d88acc6f1c7 Mon Sep 17 00:00:00 2001 From: Andrey Savin Date: Thu, 13 Oct 2022 11:45:21 +0300 Subject: [PATCH] Adjusting name and version for publishing (old one) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e650103743..a961d5ddbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "docx", - "version": "7.4.1", + "name": "@contractmill/docx", + "version": "7.4.3", "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": {