Skip to content

Commit

Permalink
Include 'src' folder as part of published packages (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Jul 31, 2022
1 parent 8348ae4 commit bc5f288
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 @@ -39,7 +39,8 @@
"module": "dist/es6/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
"dist",
"src"
],
"scripts": {
"clean": "rimraf dist",
Expand Down
3 changes: 2 additions & 1 deletion packages/tldts-experimental/package.json
Expand Up @@ -39,7 +39,8 @@
"module": "dist/es6/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
"dist",
"src"
],
"scripts": {
"clean": "rimraf dist coverage",
Expand Down
3 changes: 2 additions & 1 deletion packages/tldts-tests/package.json
Expand Up @@ -39,7 +39,8 @@
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
"dist",
"src"
],
"scripts": {
"clean": "rimraf dist",
Expand Down
3 changes: 2 additions & 1 deletion packages/tldts/package.json
Expand Up @@ -39,7 +39,8 @@
"module": "dist/es6/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
"dist",
"src"
],
"bin": {
"tldts": "bin/cli.js"
Expand Down

0 comments on commit bc5f288

Please sign in to comment.