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 c42e533 commit e396652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"nodts": false,
"obscure": false,
"ugly": false,
"includeNodeModules": false
"includeNodeModules": false,
"cliBuildNoDts": false,
"cliBuildObscure": false,
"cliBuildIncludeNodeModules": false
},
"smartContainerTarget": "",
"type": "isomorphic-lib",
Expand Down Expand Up @@ -348,4 +351,4 @@
"yup": "1.1.1",
"zone.js": "~0.13.0"
}
}
}
5 changes: 4 additions & 1 deletion package.json_tnp.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"obscure": false,
"ugly": false,
'includeNodeModules': false,
'cliBuildNoDts': false,
'cliBuildObscure': false,
'cliBuildIncludeNodeModules': false,
},

'smartContainerTarget': '',
Expand All @@ -48,4 +51,4 @@
],

"workerPlugins": {},
}
}

0 comments on commit e396652

Please sign in to comment.