handsontable / spreadsheet-viewer

Spreadsheet Viewer is a developer-friendly JavaScript tool that lets your users preview Excel files without leaving your web app
https://handsontable.com/spreadsheet-viewer
32 stars 10 forks source link

Publish on NPM #9

Closed warpech closed 2 years ago

warpech commented 2 years ago

We are going to make it easier to install SV in customers projects. As a part of that, the whole package will be published and distributed via NPM.

warpech commented 2 years ago

For experimentation with CodeSandbox, I have created a temporary package that contains the contents of SV 1.0.0 ZIP package and the following package.json:

{
  "name": "tmpsv",
  "version": "0.0.0",
  "description": "",
  "main": "spreadsheet-viewer/client-library/clientLibrary.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "UNLICENSED"
}
warpech commented 2 years ago

The package in version 1.0.1 (https://github.com/handsontable/spreadsheet-viewer/releases/tag/1.0.1) was released on NPM as https://www.npmjs.com/package/spreadsheet-viewer