Skip to content

Commit 805418e

Browse files
Update package.json
1 parent d1345db commit 805418e

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.7
2+
* json-bufferify 0.0.8
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.7
2+
* json-bufferify 0.0.8
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,11 +1,11 @@
11
{
22
"name": "json-bufferify",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"main": "json-bufferify.js",
55
"types": "json-bufferify.d.ts",
66
"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": {
8-
"name": "LangZhai(智能小菜菜)",
8+
"name": "LangZhai",
99
"url": "https://langzhai.github.io"
1010
},
1111
"license": "LGPL-3.0+",

0 commit comments

Comments
 (0)