Skip to content

Commit

Permalink
Merge pull request #32 from canjs/update-steal
Browse files Browse the repository at this point in the history
Update system to steal
  • Loading branch information
andrejewski authored Jul 11, 2017
2 parents 60a134f + f8c1ef5 commit f1739da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
13 changes: 3 additions & 10 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
var stealTools = require("steal-tools");

stealTools.export({
system: {
steal: {
config: __dirname+"/package.json!npm"
},
outputs: {
"+amd": {},
"+global-js": {}
}
}).catch(function(e){

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

});







});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"bugs": {
"url": "https://github.com/canjs/can-model/issues"
},
"system": {
"steal": {
"directories": {
"lib": "src"
},
Expand Down
1 change: 1 addition & 0 deletions src/test.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!doctype html>
<title>can-model</title>
<script src="../node_modules/steal/steal.js" main="can-model/model_test"></script>
<div id="qunit-fixture"></div>

0 comments on commit f1739da

Please sign in to comment.