Skip to content

Commit

Permalink
$$$ update $$$
Browse files Browse the repository at this point in the history
  • Loading branch information
darekf77 committed Mar 25, 2024
1 parent c74f540 commit 3c8feb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"nodts": false,
"obscure": false,
"ugly": false,
"includeNodeModules": false
"includeNodeModules": false,
"cliBuildNoDts": false,
"cliBuildObscure": false,
"cliBuildIncludeNodeModules": false
},
"smartContainerTarget": "",
"type": "isomorphic-lib",
Expand Down
5 changes: 4 additions & 1 deletion package.json_tnp.json5
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
obscure: false,
ugly: false,
includeNodeModules: false,
cliBuildNoDts: false,
cliBuildObscure: false,
cliBuildIncludeNodeModules: false,
},

smartContainerTarget: '',
Expand All @@ -51,4 +54,4 @@
"log",
"typescript",
],
}
}

0 comments on commit 3c8feb5

Please sign in to comment.