diff --git a/build.js b/build.js index 0b7cf96..d7c98eb 100644 --- a/build.js +++ b/build.js @@ -1,7 +1,7 @@ var stealTools = require("steal-tools"); stealTools.export({ - system: { + steal: { config: __dirname+"/package.json!npm" }, outputs: { @@ -9,16 +9,9 @@ stealTools.export({ "+global-js": {} } }).catch(function(e){ - + setTimeout(function(){ throw e; },1); - -}); - - - - - - +}); diff --git a/package.json b/package.json index a5aa7e6..9762707 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bugs": { "url": "https://github.com/canjs/can-model/issues" }, - "system": { + "steal": { "directories": { "lib": "src" }, diff --git a/src/test.html b/src/test.html index d98c804..7708799 100644 --- a/src/test.html +++ b/src/test.html @@ -1,3 +1,4 @@ +