Skip to content

Commit

Permalink
fixing build script to use steal instead of system
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipskevin committed Mar 19, 2018
1 parent 65fd51c commit 2a6079d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var stealTools = require("steal-tools");

stealTools.export({
system: {
steal: {
config: __dirname + "/package.json!npm"
},
outputs: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"keywords": [
"canjs"
],
"system": {
"steal": {
"main": "can-define-backup"
},
"dependencies": {
Expand Down

0 comments on commit 2a6079d

Please sign in to comment.