Skip to content

Commit 2160569

Browse files
Update npm info
1 parent d368eab commit 2160569

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.1
2+
* json-bufferify 0.0.3
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.1
2+
* json-bufferify 0.0.3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "json-bufferify",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"main": "json-bufferify.js",
5+
"types": "json-bufferify.d.ts",
56
"description": "Convert JSON to ArrayBuffer and Revert ArrayBuffer to JSON.",
67
"author": "LangZhai (智能小菜菜)",
78
"license": "LGPL-3.0+",

0 commit comments

Comments
 (0)