Skip to content

Commit

Permalink
Updated easy-bake and module-bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Jul 9, 2012
1 parent 62780bf commit 37e4941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion easy-bake-config.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ module.exports =
'backbone-modelref': 'backbone-modelref.js'
'test/lodash/build/bundle-lodash.js':
lodash: 'vendor/lodash-0.3.2.js'
underscore: 'underscore'
backbone: 'backbone'
'backbone-modelref': 'backbone-modelref.js'
_alias:
underscore: 'lodash'
no_files_ok: 'test/packaging'
test:
command: 'phantomjs'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"coffee-script": ">=1.3.3",
"easy-bake": "0.1.2"
"easy-bake": "0.1.3"
},
"optionalDependencies": {
"underscore": ">=1.3.3",
Expand Down

0 comments on commit 37e4941

Please sign in to comment.