Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pfych committed Jun 6, 2023
1 parent 72469b8 commit d6c0737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple Table Renderer
# Simple Table Renderer `pfych-table`

Taking an input of data and options, return a html `Element` which can then be inserted into the DOM. This is a tool used on [my website](https://pfy.ch) to generate certain tables.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-table",
"version": "1.0.2",
"name": "pfych-table",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit d6c0737

Please sign in to comment.