upm update + minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-08-02 18:04:06 +03:00
parent 21b143a06e
commit aee341f035
3 changed files with 262 additions and 496 deletions

View File

@ -54,6 +54,7 @@ var setup = function(require, root){
//'react-dom': 'node_modules/react-dom/dist/react-dom.min.js',
//'ext-lib/preact': './node_modules/preact/dist/preact.dev',
'lib/doc': 'node_modules/ig-doc/doc',
'lib/object': 'node_modules/ig-object/object',
'lib/types': 'node_modules/ig-types/',
'lib/actions': 'node_modules/ig-actions/actions',
@ -70,6 +71,7 @@ var setup = function(require, root){
// back-refs
// ...these enable the npm modules reference each other in
// a cross-platform manner....
'ig-doc': 'lib/doc',
'ig-object': 'lib/object',
'ig-types': 'lib/types',
'ig-actions': 'lib/actions',

753
Viewer/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,6 +34,7 @@
"ig-actions": "*",
"ig-argv": "*",
"ig-features": "*",
"ig-doc": "*",
"ig-object": "*",
"ig-types": "*",
"json5": "^2.2.0",