Build dist directory for 0.0.1

This commit is contained in:
Ivan Mikheykin
2018-09-18 13:32:25 +03:00
parent 3e12ede595
commit dbf7ab649e
95 changed files with 3329 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
"use strict";
System.register(["../colors"], function (_export, _context) {
"use strict";
var colors;
return {
setters: [function (_colors) {
colors = _colors.default;
}],
execute: function () {
_export("default", colors("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"));
}
};
});
//# sourceMappingURL=Set3.js.map