From 7ea5232b22046773ee3fd46299a5911dd050ee19 Mon Sep 17 00:00:00 2001 From: Andrey Savin <69673750+anti-the-social@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:05:46 +0300 Subject: [PATCH] Changing name&version --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03aa06c3d1..475824305b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "docx", - "version": "7.5.0", + "name": "@contractmill/docx", + "version": "7.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "docx", - "version": "7.5.0", + "name": "@contractmill/docx", + "version": "7.5.1", "license": "MIT", "dependencies": { "@types/node": "^18.0.0", diff --git a/package.json b/package.json index 7eed592fc0..24c0212b1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "docx", - "version": "7.5.0", + "name": "@contractmill/docx", + "version": "7.5.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": {