Skip to content

Commit 5d21c23

Browse files
Update author info
1 parent 4305668 commit 5d21c23

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

json-bufferify.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* json-bufferify 0.0.4
2+
* json-bufferify 0.0.5
33
* Date: 2017-07-06
44
* © 2017 LangZhai(智能小菜菜)
55
* This is licensed under the GNU LGPL, version 3 or later.

json-bufferify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* json-bufferify 0.0.4
2+
* json-bufferify 0.0.5
33
* Date: 2017-07-06
44
* © 2017 LangZhai(智能小菜菜)
55
* This is licensed under the GNU LGPL, version 3 or later.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "json-bufferify",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "json-bufferify.js",
55
"types": "json-bufferify.d.ts",
66
"description": "Convert JSON to ArrayBuffer and Revert ArrayBuffer to JSON.",
7-
"author": "LangZhai (智能小菜菜)",
7+
"author": {
8+
"name": "LangZhai(智能小菜菜)",
9+
"url": "https://langzhai.github.io"
10+
},
811
"license": "LGPL-3.0+",
912
"scripts": {
1013
"test": "node test"
@@ -22,4 +25,4 @@
2225
"url": "https://github.com/LangZhai/json-bufferify/issues"
2326
},
2427
"homepage": "https://github.com/LangZhai/json-bufferify#readme"
25-
}
28+
}

0 commit comments

Comments
 (0)