Skip to content

Commit

Permalink
Moving submodules (part 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBaranovskiy committed Aug 16, 2013
1 parent f8e8467 commit 7a3cc15
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "test/mocha"]
path = test/mocha
[submodule "third-party/mocha"]
path = third-party/mocha
url = https://github.com/visionmedia/mocha.git
[submodule "eve"]
path = eve
[submodule "third-party/eve"]
path = third-party/eve
url = https://github.com/adobe-webplatform/eve.git
[submodule "test/expect"]
path = test/expect
[submodule "third-party/expect"]
path = third-party/expect
url = https://github.com/LearnBoost/expect.js.git
1 change: 0 additions & 1 deletion test/mocha
Submodule mocha deleted from 8e7f3d
Submodule eve updated from 000000 to eef80e
1 change: 1 addition & 0 deletions third-party/mocha
Submodule mocha added at ff495c

0 comments on commit 7a3cc15

Please sign in to comment.