mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
upm update + minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
21b143a06e
commit
aee341f035
@ -54,6 +54,7 @@ var setup = function(require, root){
|
|||||||
//'react-dom': 'node_modules/react-dom/dist/react-dom.min.js',
|
//'react-dom': 'node_modules/react-dom/dist/react-dom.min.js',
|
||||||
//'ext-lib/preact': './node_modules/preact/dist/preact.dev',
|
//'ext-lib/preact': './node_modules/preact/dist/preact.dev',
|
||||||
|
|
||||||
|
'lib/doc': 'node_modules/ig-doc/doc',
|
||||||
'lib/object': 'node_modules/ig-object/object',
|
'lib/object': 'node_modules/ig-object/object',
|
||||||
'lib/types': 'node_modules/ig-types/',
|
'lib/types': 'node_modules/ig-types/',
|
||||||
'lib/actions': 'node_modules/ig-actions/actions',
|
'lib/actions': 'node_modules/ig-actions/actions',
|
||||||
@ -70,6 +71,7 @@ var setup = function(require, root){
|
|||||||
// back-refs
|
// back-refs
|
||||||
// ...these enable the npm modules reference each other in
|
// ...these enable the npm modules reference each other in
|
||||||
// a cross-platform manner....
|
// a cross-platform manner....
|
||||||
|
'ig-doc': 'lib/doc',
|
||||||
'ig-object': 'lib/object',
|
'ig-object': 'lib/object',
|
||||||
'ig-types': 'lib/types',
|
'ig-types': 'lib/types',
|
||||||
'ig-actions': 'lib/actions',
|
'ig-actions': 'lib/actions',
|
||||||
|
|||||||
755
Viewer/package-lock.json
generated
755
Viewer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -34,6 +34,7 @@
|
|||||||
"ig-actions": "*",
|
"ig-actions": "*",
|
||||||
"ig-argv": "*",
|
"ig-argv": "*",
|
||||||
"ig-features": "*",
|
"ig-features": "*",
|
||||||
|
"ig-doc": "*",
|
||||||
"ig-object": "*",
|
"ig-object": "*",
|
||||||
"ig-types": "*",
|
"ig-types": "*",
|
||||||
"json5": "^2.2.0",
|
"json5": "^2.2.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user