Skip to content

Commit

Permalink
submods
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 22, 2011
1 parent 2a36dca commit 90d86af
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitmodules
@@ -0,0 +1,6 @@
[submodule "support/should"]
path = support/should
url = git://github.com/visionmedia/should.js.git
[submodule "support/expresso"]
path = support/expresso
url = git://github.com/visionmedia/expresso.git
3 changes: 2 additions & 1 deletion Makefile
@@ -1,5 +1,6 @@

test:
@./support/expresso/bin -I support
@./support/expresso/bin/expresso \
-I support

.PHONY: test
2 changes: 2 additions & 0 deletions index.js
@@ -0,0 +1,2 @@

module.exports = require('./lib/dox');
File renamed without changes.
1 change: 1 addition & 0 deletions support/expresso
Submodule expresso added at acbd78
1 change: 1 addition & 0 deletions support/should
Submodule should added at c05fac

0 comments on commit 90d86af

Please sign in to comment.