Skip to content

Commit

Permalink
Added the manifest library to the main appc.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Aug 12, 2012
1 parent 5b39a7f commit 75e958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appc.js
Expand Up @@ -14,6 +14,6 @@ Array.prototype.remove = function(from, to) {
return this.push.apply(this, rest);
};

['fs', 'image', 'net', 'string', 'util'].forEach(function (m) {
['fs', 'image', 'manifest', 'net', 'string', 'util'].forEach(function (m) {
exports[m.split('/').shift()] = require('./' + m);
});

0 comments on commit 75e958c

Please sign in to comment.