From 40251a76f63a2e2421d7e531a802e366cc067e51 Mon Sep 17 00:00:00 2001 From: Igor Bulovski Date: Wed, 21 Mar 2018 10:46:22 +0100 Subject: [PATCH] setup: rename npm package --- package.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 72d3c057a0..4fe76ee5f5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "docx", + "name": "docx-h4", "version": "3.2.0", "description": "Generate .docx documents with JavaScript (formerly Office-Clippy)", "main": "build/index.js", @@ -24,7 +24,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/dolanmiu/docx.git" + "url": "git+https://github.com:h4buli/docx.git" }, "keywords": [ "docx", @@ -50,12 +50,8 @@ "request-promise": "^4.2.2", "xml": "^1.0.1" }, - "author": "Dolan Miu", + "author": "Igor Bulovski", "license": "MIT", - "bugs": { - "url": "https://github.com/dolanmiu/docx/issues" - }, - "homepage": "https://github.com/dolanmiu/docx#readme", "devDependencies": { "@types/chai": "^3.4.35", "@types/mocha": "^2.2.39",