UNPKG

can-fragment

Version:

Create a fragment from lots of stuff

20 lines (16 loc) 266 B
"use strict"; var stealTools = require("steal-tools"); stealTools.export({ steal: { config: __dirname + "/package.json!npm" }, outputs: { "+cjs": {}, "+amd": {}, "+global-js": {} } }).catch(function(e){ setTimeout(function(){ throw e; },1); });