Skip to content

Commit e97a2e2

Browse files
committed
0.0.5
1 parent eafb451 commit e97a2e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-table-parser",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Parse html tables and convert to json",
55
"source": "lib/html-table-parser.ts",
66
"main": "dist/html-table-parser.js",
@@ -10,11 +10,11 @@
1010
"prepare": "npm run build"
1111
},
1212
"files": [
13-
"dist/html-table-parser.js",
14-
"dist/html-table-parser.mjs",
15-
"dist/html-table-parser.umd.js",
16-
"dist/html-table-parser.d.ts"
17-
],
13+
"dist/html-table-parser.js",
14+
"dist/html-table-parser.mjs",
15+
"dist/html-table-parser.umd.js",
16+
"dist/html-table-parser.d.ts"
17+
],
1818
"repository": {
1919
"type": "git",
2020
"url": "git://github.com/autifyhq/html-table-parser.git"

0 commit comments

Comments
 (0)