Skip to content

Commit

Permalink
bundle npm dependencies and update require paths for kanso 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolan McMahon committed Jan 7, 2012
1 parent 0e1fa74 commit 238af40
Show file tree
Hide file tree
Showing 27 changed files with 8,135 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build/load.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var packages = require('kanso/packages'),
async = require('async'),
var async = require('async'),
utils = require('./utils'),
path = require('path'),
fs = require('fs');
Expand Down
4 changes: 2 additions & 2 deletions build/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var utils = require('kanso/utils'),
var utils = require('kanso-utils/utils'),
attachments = require('kanso-utils/attachments'),
async = require('async'),
attachments = require('kanso/attachments'),
fs = require('fs');


Expand Down
9 changes: 9 additions & 0 deletions node_modules/async/.gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions node_modules/async/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/async/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 238af40

Please sign in to comment.