Skip to content

Commit

Permalink
add spm config
Browse files Browse the repository at this point in the history
  • Loading branch information
leoner committed Aug 14, 2012
1 parent 759329d commit 6383bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"url" : "git://github.com/seajs/seajs.git"
},
"main" : "./lib/sea-node.js",
"preferGlobal" : true
"preferGlobal" : true,
"output": {"sea.js": ["sea.js", "util-lang.js", "util-log.js", "util-path.js",
"util-fetch.js", "util-deps.js", "module.js", "config.js", "prepare.js", "bootstrap.js"]}
}

0 comments on commit 6383bda

Please sign in to comment.