Skip to content

Commit 99a5117

Browse files
committed
fix: required field for npm publihsing
1 parent ca54deb commit 99a5117

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nodejs/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@hackmd/api",
33
"version": "2.5.0",
44
"description": "HackMD Node.js API Client",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/hackmdio/api-client.git",
8+
"directory": "nodejs"
9+
},
510
"type": "module",
611
"main": "./dist/index.js",
712
"module": "./dist/index.js",

0 commit comments

Comments
 (0)