diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 0cc9de9..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "test/mocha"] - path = test/mocha - url = git://github.com/visionmedia/mocha.git diff --git a/component.json b/component.json index 7a9c97f..b56d083 100644 --- a/component.json +++ b/component.json @@ -29,6 +29,7 @@ "development": { "component/assert": "*", "component/enumerable": "*", + "visionmedia/mocha": "*", "visionmedia/mocha-matrix": "*" }, "license": "MIT", diff --git a/test/index.html b/test/index.html index b8648fe..6bf9110 100644 --- a/test/index.html +++ b/test/index.html @@ -4,13 +4,15 @@