Skip to content

Commit 1502895

Browse files
committed
chore: update description, License and author in package.json
1 parent 40638b3 commit 1502895

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

nodejs/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hackmd/api",
33
"version": "2.0.0-pre1",
4-
"description": "HackMD/CodiMD Node.js API Client",
4+
"description": "HackMD Node.js API Client",
55
"main": "dist/index.js",
66
"declaration": "./dist/index.d.ts",
77
"scripts": {
@@ -19,8 +19,12 @@
1919
"README.md",
2020
"LICENSE"
2121
],
22-
"author": "",
23-
"license": "ISC",
22+
"author": {
23+
"name": "HackMD",
24+
"email": "[email protected]",
25+
"url": "https://hackmd.io"
26+
},
27+
"license": "MIT",
2428
"devDependencies": {
2529
"@types/node": "^13.11.1",
2630
"eslint": "^8.9.0",

0 commit comments

Comments
 (0)