We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40638b3 commit 1502895Copy full SHA for 1502895
1 file changed
nodejs/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@hackmd/api",
3
"version": "2.0.0-pre1",
4
- "description": "HackMD/CodiMD Node.js API Client",
+ "description": "HackMD Node.js API Client",
5
"main": "dist/index.js",
6
"declaration": "./dist/index.d.ts",
7
"scripts": {
@@ -19,8 +19,12 @@
19
"README.md",
20
"LICENSE"
21
],
22
- "author": "",
23
- "license": "ISC",
+ "author": {
+ "name": "HackMD",
24
+ "email": "support@hackmd.io",
25
+ "url": "https://hackmd.io"
26
+ },
27
+ "license": "MIT",
28
"devDependencies": {
29
"@types/node": "^13.11.1",
30
"eslint": "^8.9.0",
0 commit comments