change package name

This commit is contained in:
David Bruant 2024-06-18 11:24:22 +02:00
parent 15826941f1
commit efd1c9dbb8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "front-end-template",
"name": "ods-xlsx",
"version": "0.3.0",
"type": "module",
"main": "./scripts/main.js",

View File

@ -8,7 +8,7 @@ Small lib to parse/understand .ods and .xsls files in the browser and node.js
### Install
```sh
npm i github:DavidBruant/ods-xlsx#v0.3.0
npm i github:DavidBruant/ods-xlsx#v0.4.0
```