Skip to content

Commit 3e32e48

Browse files
committed
Update package.json
1 parent 5947c9d commit 3e32e48

File tree

2 files changed

+11
-531
lines changed

2 files changed

+11
-531
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"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+
],
512
"main": "dist/index.js",
613
"module": "dist/index.esm.js",
714
"typings": "dist/index.d.ts",
@@ -16,16 +23,9 @@
1623
"arrowParens": "always",
1724
"printWidth": 80
1825
},
19-
"keywords": [
20-
"table",
21-
"html"
22-
],
23-
"author": "Pfych",
24-
"license": "MIT",
2526
"devDependencies": {
2627
"esbuild": "0.17.19",
27-
"npm-dts": "^1.3.12",
28-
"prettier": "^2.8.8",
28+
"prettier": "2.8.8",
2929
"typescript": "5.1.3"
3030
}
3131
}

0 commit comments

Comments
 (0)