Skip to content

Commit

Permalink
added in jamjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Nov 23, 2012
1 parent 7582fa8 commit b377014
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,15 @@
"ender"
],
"main": "./underscore.deferred.js",
"ender": "./lib/ender.js"
"ender": "./lib/ender.js",
"jam": {
"main": "dist/underscore.deferred.js",
"include": ["dist/underscore.deferred.js"],
"dependencies": {
"lodash": "*"
},
"shim": {
"deps": ["lodash"]
}
}
}

0 comments on commit b377014

Please sign in to comment.