Skip to content

Commit 90d86af

Browse files
committed
submods
1 parent 2a36dca commit 90d86af

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "support/should"]
2+
path = support/should
3+
url = git://github.com/visionmedia/should.js.git
4+
[submodule "support/expresso"]
5+
path = support/expresso
6+
url = git://github.com/visionmedia/expresso.git

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
test:
3-
@./support/expresso/bin -I support
3+
@./support/expresso/bin/expresso \
4+
-I support
45

56
.PHONY: test

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
module.exports = require('./lib/dox');

lib/index.js renamed to lib/dox.js

File renamed without changes.

support/expresso

Submodule expresso added at acbd78c

support/should

Submodule should added at c05fac1

0 commit comments

Comments
 (0)