Skip to content

Commit

Permalink
Finish upgrading to StealJS 1
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara committed Feb 22, 2017
1 parent 33b0ef1 commit eb67a51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.js
@@ -1,7 +1,7 @@
var stealTools = require("steal-tools");

stealTools.export({
system: {
steal: {
config: __dirname+"/package.json!npm"
},
outputs: {
Expand All @@ -10,9 +10,9 @@ stealTools.export({
"+cjs": {}
}
}).catch(function(e){

setTimeout(function(){
throw e;
},1);

});
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"testee": "^0.3.1",
"tmp": "^0.0.31"
},
"system": {
"steal": {
"directories": {
"lib": "src"
},
Expand Down

0 comments on commit eb67a51

Please sign in to comment.