diff --git a/package.json b/package.json index 364cd63..4fd9998 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "js-yaml": "3.x", "lodash": "2.x", "minimatch": "1.x", - "roots-util": "0.0.4" + "roots-util": "0.1.x" }, "devDependencies": { "coffee-script": "1.8.x", @@ -30,13 +30,10 @@ "mocha": "1.x", "mocha-lcov-reporter": "0.0.1", "rimraf": "2.x", - "roots": "3.x", + "roots": "3.0.0-rc.10", "should": "4.x", "when": "3.x" }, - "peerDependencies": { - "roots": "3.x" - }, "scripts": { "test": "npm run lint && mocha", "lint": "find lib/ -name '*.coffee' | xargs coffeelint", diff --git a/test/test.coffee b/test/test.coffee index 4ee690e..ac16b2e 100644 --- a/test/test.coffee +++ b/test/test.coffee @@ -10,7 +10,7 @@ h = new RootsUtil.Helpers(base: _path) compile_fixture = (fixture_name, done) -> @public = path.join(fixture_name, 'public') - h.project.compile(Roots, fixture_name, done) + h.project.compile(Roots, fixture_name).done(done) before (done) -> h.project.install_dependencies('*', done)