Skip to content

Commit

Permalink
Add index.ts as part of published packages (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Aug 2, 2022
1 parent 614fda0 commit 7bdeb44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/tldts-core/package.json
Expand Up @@ -40,7 +40,8 @@
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
"src",
"index.ts"
],
"scripts": {
"clean": "rimraf dist",
Expand Down
3 changes: 2 additions & 1 deletion packages/tldts-experimental/package.json
Expand Up @@ -40,7 +40,8 @@
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
"src",
"index.ts"
],
"scripts": {
"clean": "rimraf dist coverage",
Expand Down
3 changes: 2 additions & 1 deletion packages/tldts-tests/package.json
Expand Up @@ -40,7 +40,8 @@
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
"src",
"index.ts"
],
"scripts": {
"clean": "rimraf dist",
Expand Down
3 changes: 2 additions & 1 deletion packages/tldts/package.json
Expand Up @@ -40,7 +40,8 @@
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
"src",
"index.ts"
],
"bin": {
"tldts": "bin/cli.js"
Expand Down

0 comments on commit 7bdeb44

Please sign in to comment.