refactor($lib): Remove runtime properties from sb3 schema that aren't ne

This commit is contained in:
Karishma Chadha 2018-03-21 17:14:47 -04:00
parent 663d6ee8e6
commit faa0cdd30c
2 changed files with 1 additions and 7 deletions

View file

@ -25,7 +25,7 @@ module.exports = function (input, callback) {
};
// First unpack the input (need this outside of the async waterfall so that
// unoackedProject can be refered to again)
// unpackedProject can be refered to again)
unpack(input, function(err, unpackedProject) {
if (err) {
return callback(err);