Skip to content

Commit c51ccf1

Browse files
committed
v 0.0.11
update readme
1 parent 9b4681f commit c51ccf1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,8 @@ var mapScheme = [[DataTypes.uint8]];
9595

9696
var mapBuf = DataWriter(map, mapScheme);
9797
var mapClone = DataReader(mapBuf, mapScheme);
98-
```
98+
```
99+
100+
## License
101+
102+
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-struct",
3-
"version": "0.0.11",
3+
"version": "0.0.11n",
44
"description": "Convert between JS object and Node.js buffer",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)