remove 💀 comment lines

Added in 
3561efdb86

if this is a style thing you want to keep around then my all means close away.
This commit is contained in:
Sam Saccone
2015-07-01 15:59:05 -07:00
parent afa4871a08
commit 9869566963

View File

@@ -73,7 +73,6 @@ each(File.helpers, function (helperName) {
writeFile("regenerator/index.js", readFile("regenerator/runtime-module", true));
writeFile("regenerator/runtime.js", selfContainify(readFile("regenerator/runtime")));
//
var coreDefinitions = require("babel-plugin-runtime/lib/definitions");
@@ -93,6 +92,5 @@ each(paths, function (path) {
writeFile("core-js/" + path + ".js", defaultify('require("core-js/library/fn/' + path + '")'));
});
//
updatePackage();