Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-03-31 21:45:02 +03:00
parent 718c746068
commit f067aa3222
2 changed files with 3 additions and 2 deletions

View File

@ -428,6 +428,7 @@ object.mixinFlat(function(){}, {
Editable: function(value){},
// lists...
// XXX how is this different from group???
List: function(values){},
EditableList: function(values){},
EditablePinnedList: function(values){},

View File

@ -362,7 +362,7 @@
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"resolved": false,
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"concat-stream": {
@ -737,7 +737,7 @@
},
"fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"resolved": false,
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
},
"gauge": {