Skip to content

Commit

Permalink
remove node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
joshvermaire committed Jul 26, 2011
1 parent faba005 commit aa68720
Show file tree
Hide file tree
Showing 1,648 changed files with 35 additions and 120,788 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,2 +1 @@
.DS_Store
node_modules
3 changes: 3 additions & 0 deletions app.js
Expand Up @@ -5,6 +5,9 @@

var express = require('express');

var _ = require('underscore')._,
backbone = require('backbone');

var app = module.exports = express.createServer();

// Configuration
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/express

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/jade

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/stylus

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/backbone/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/backbone/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions node_modules/backbone/README

This file was deleted.

42 changes: 0 additions & 42 deletions node_modules/backbone/Rakefile

This file was deleted.

0 comments on commit aa68720

Please sign in to comment.