There was an error while loading. Please reload this page.
1 parent 9233766 commit 2b20527Copy full SHA for 2b20527
package.json
@@ -1,15 +1,15 @@
1
{
2
"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",
+ "description": "WASM based web worker for generating excel files from json",
+ "keywords": "excel, convert, wasm",
+ "version": "1.0.1",
6
"license": "MIT",
7
- "author":{
8
- "name":"Aleksei Kolosov"
+ "author": {
+ "name": "Aleksei Kolosov"
9
},
10
- "repository":{
11
- "type":"git",
12
- "url":"https://github.com/DHTMLX/json2excel"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/DHTMLX/json2excel"
13
14
"scripts": {
15
"test": "cargo +nightly test -- --nocapture",
0 commit comments