Skip to content

Commit d1345db

Browse files
Update package.json
1 parent ba3ce11 commit d1345db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6
2+
* json-bufferify 0.0.7
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.6
2+
* json-bufferify 0.0.7
33
* Date: 2017-07-06
44
* © 2017 LangZhai(智能小菜菜)
55
* This is licensed under the GNU LGPL, version 3 or later.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "json-bufferify",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"main": "json-bufferify.js",
55
"types": "json-bufferify.d.ts",
6-
"description": "Convert JSON to ArrayBuffer and Revert ArrayBuffer to JSON.",
6+
"description": "This is a module to help you convert between JSON and ArrayBuffer, and you can run it in both Node.js and browser.",
77
"author": {
88
"name": "LangZhai(智能小菜菜)",
99
"url": "https://langzhai.github.io"

0 commit comments

Comments
 (0)