Skip to content

Commit 2b20527

Browse files
1.0.1
1 parent 9233766 commit 2b20527

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "json2excel-wasm",
3-
"description":"WASM based web worker for generating excel files from json",
4-
"keywords":"excel, convert, wasm",
5-
"version": "1.0.0",
3+
"description": "WASM based web worker for generating excel files from json",
4+
"keywords": "excel, convert, wasm",
5+
"version": "1.0.1",
66
"license": "MIT",
7-
"author":{
8-
"name":"Aleksei Kolosov"
7+
"author": {
8+
"name": "Aleksei Kolosov"
99
},
10-
"repository":{
11-
"type":"git",
12-
"url":"https://github.com/DHTMLX/json2excel"
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/DHTMLX/json2excel"
1313
},
1414
"scripts": {
1515
"test": "cargo +nightly test -- --nocapture",

0 commit comments

Comments
 (0)