From b447748a6155915e2c8b7792ee25fc1d6b13d7d6 Mon Sep 17 00:00:00 2001 From: Aleksandr Kritskii Date: Thu, 20 Jul 2023 20:35:23 +0200 Subject: [PATCH] added example --- README.md | 4 ++++ packages/main-library/package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d966c3..c0828ae 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is a tool that helps to build an excel from a json and it depends only on `xlsx` library +You can see a live example of it working on any of this sites (there are many just in case): + +- [export-json-as-xlsx.vercel.app](https://export-json-as-xlsx.vercel.app) + ## Usage ```js diff --git a/packages/main-library/package.json b/packages/main-library/package.json index 4fe0be7..51b5946 100644 --- a/packages/main-library/package.json +++ b/packages/main-library/package.json @@ -1,13 +1,13 @@ { "name": "export-json-as-xlsx", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "description": "Create excel xlsx file from json", "author": "Aleksandr Kritskii ", - "homepage": "https://kritskii-a.github.io", + "homepage": "https://export-json-as-xlsx.vercel.app", "type": "commonjs", "private": false, "scripts": {