Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pfych committed Jun 8, 2023
1 parent 5947c9d commit 3e32e48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 531 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "pfych-table",
"version": "1.0.4",
"description": "",
"version": "1.0.5",
"description": "Generate a sortable HTML Table based off of config & a data object",
"homepage": "https://github.com/pfych/pfych-table",
"author": "Pfych (https://pfy.ch)",
"license": "MIT",
"keywords": [
"table",
"html"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -16,16 +23,9 @@
"arrowParens": "always",
"printWidth": 80
},
"keywords": [
"table",
"html"
],
"author": "Pfych",
"license": "MIT",
"devDependencies": {
"esbuild": "0.17.19",
"npm-dts": "^1.3.12",
"prettier": "^2.8.8",
"prettier": "2.8.8",
"typescript": "5.1.3"
}
}
Loading

0 comments on commit 3e32e48

Please sign in to comment.