File tree Expand file tree Collapse file tree 2 files changed +11
-531
lines changed Expand file tree Collapse file tree 2 files changed +11
-531
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pfych-table" ,
3
- "version" : " 1.0.4" ,
4
- "description" : " " ,
3
+ "version" : " 1.0.5" ,
4
+ "description" : " Generate a sortable HTML Table based off of config & a data object" ,
5
+ "homepage" : " https://github.com/pfych/pfych-table" ,
6
+ "author" : " Pfych (https://pfy.ch)" ,
7
+ "license" : " MIT" ,
8
+ "keywords" : [
9
+ " table" ,
10
+ " html"
11
+ ],
5
12
"main" : " dist/index.js" ,
6
13
"module" : " dist/index.esm.js" ,
7
14
"typings" : " dist/index.d.ts" ,
16
23
"arrowParens" : " always" ,
17
24
"printWidth" : 80
18
25
},
19
- "keywords" : [
20
- " table" ,
21
- " html"
22
- ],
23
- "author" : " Pfych" ,
24
- "license" : " MIT" ,
25
26
"devDependencies" : {
26
27
"esbuild" : " 0.17.19" ,
27
- "npm-dts" : " ^1.3.12" ,
28
- "prettier" : " ^2.8.8" ,
28
+ "prettier" : " 2.8.8" ,
29
29
"typescript" : " 5.1.3"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments