Don't modify original transpiler specs

This commit is contained in:
Michelle Tilley
2016-11-01 11:32:33 -07:00
parent 94f603e50a
commit 55a8be5a6c

View File

@@ -23,7 +23,7 @@ class PackageTranspilationRegistry {
name: packageName,
meta: packageMeta,
path: packagePath,
specs: config
specs: config.map(spec => Object.assign({}, spec))
}
}