mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
bumped version...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b5c5330857
commit
bcf3cf2741
@ -3058,6 +3058,10 @@ function(title, func){
|
||||
.then(function(res){
|
||||
return res }) } }
|
||||
// XXX we need to flatten this once and in-place...
|
||||
// ...if we keep this code it will copy res
|
||||
// on each call...
|
||||
// ...if we splice the flattened data back
|
||||
// into res it will be done on each call...
|
||||
//return res && res.flat() }) } }
|
||||
|
||||
// run...
|
||||
|
||||
4
Viewer/package-lock.json
generated
4
Viewer/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ImageGrid.Viewer.g4",
|
||||
"version": "4.0.4a",
|
||||
"version": "4.0.5a",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ImageGrid.Viewer.g4",
|
||||
"version": "4.0.4a",
|
||||
"version": "4.0.5a",
|
||||
"dependencies": {
|
||||
"app-module-path": "*",
|
||||
"async-json": "0.0.2",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ImageGrid.Viewer.g4",
|
||||
"main": "index.html",
|
||||
"version": "4.0.4a",
|
||||
"version": "4.0.5a",
|
||||
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
||||
"contributors": [],
|
||||
"repository": "github:flynx/ImageGrid",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user