Skip to content

Commit

Permalink
[chores]: updated description in readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maifeeulasad committed Oct 1, 2023
1 parent 8a220d2 commit 8209cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# to-spreadsheet
npm package to create spreadsheet in node environment
npm package to create spreadsheet in node environment and in browser


[![npm version](https://img.shields.io/npm/v/to-spreadsheet.svg)](https://www.npmjs.com/package/to-spreadsheet)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "to-spreadsheet",
"version": "1.1.2",
"description": "npm package to create spreadsheet in node environment",
"description": "npm package to create spreadsheet in node environment and in browser",
"main": "src/index.ts",
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit 8209cca

Please sign in to comment.