Skip to content

Commit

Permalink
Fix module declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
pfych committed Jun 6, 2023
1 parent d6c0737 commit 153a7b2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 154 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
tsconfig.tsbuildinfo
*.tgz
dist/*.js
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module 'simple-table' {
declare module 'pfych-table' {
interface Column<T> {
header: string;
accessor: keyof T;
Expand Down
77 changes: 0 additions & 77 deletions dist/index.esm.js

This file was deleted.

75 changes: 0 additions & 75 deletions dist/index.js

This file was deleted.

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

0 comments on commit 153a7b2

Please sign in to comment.