setup: rename npm package

This commit is contained in:
Igor Bulovski
2018-03-21 10:46:22 +01:00
parent a102b479e6
commit 40251a76f6

View File

@ -1,5 +1,5 @@
{ {
"name": "docx", "name": "docx-h4",
"version": "3.2.0", "version": "3.2.0",
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)", "description": "Generate .docx documents with JavaScript (formerly Office-Clippy)",
"main": "build/index.js", "main": "build/index.js",
@ -24,7 +24,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/dolanmiu/docx.git" "url": "git+https://github.com:h4buli/docx.git"
}, },
"keywords": [ "keywords": [
"docx", "docx",
@ -50,12 +50,8 @@
"request-promise": "^4.2.2", "request-promise": "^4.2.2",
"xml": "^1.0.1" "xml": "^1.0.1"
}, },
"author": "Dolan Miu", "author": "Igor Bulovski",
"license": "MIT", "license": "MIT",
"bugs": {
"url": "https://github.com/dolanmiu/docx/issues"
},
"homepage": "https://github.com/dolanmiu/docx#readme",
"devDependencies": { "devDependencies": {
"@types/chai": "^3.4.35", "@types/chai": "^3.4.35",
"@types/mocha": "^2.2.39", "@types/mocha": "^2.2.39",