Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Nov 26, 2015
1 parent 0bc57be commit dc2e5a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"dependencies": {
"borschik": "1.5.0",
"inherit": "2.2.2",
"vow": "0.4.10"
"vow": "0.4.11"
},
"devDependencies": {
"borschik-tech-cleancss": "2.0.1",
"bower": "1.5.1",
"borschik-tech-cleancss": "2.1.0",
"bower": "1.6.6",
"enb": ">= 0.16.0 < 2.0.0",
"fs-extra": "0.23.1",
"istanbul": "0.3.18",
"fs-extra": "0.26.2",
"istanbul": "0.4.1",
"jscs": "1.13.1",
"jshint": "2.8.0",
"mocha": "2.2.5",
"mocha": "2.3.4",
"mock-enb": "0.3.0",
"mock-require": "1.1.0",
"must": "0.12.0"
"mock-require": "1.2.1",
"must": "0.13.1"
},
"scripts": {
"test": "npm run lint && npm run unit",
Expand Down
2 changes: 1 addition & 1 deletion test/techs/borschik.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('borschik', function () {

afterEach(function () {
clearConfigCache();
fsExtra.deleteSync(TEST_DATA_FOLDER);
fsExtra.removeSync(TEST_DATA_FOLDER);
});

describe('css', function () {
Expand Down
4 changes: 2 additions & 2 deletions test/techs/js-borschik-include.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ describe('js-borschik-include', function () {
});

afterEach(function () {
fsExtra.deleteSync(FOLDER.blocks);
fsExtra.deleteSync(FOLDER.bundle);
fsExtra.removeSync(FOLDER.blocks);
fsExtra.removeSync(FOLDER.bundle);
});

it('must join files with borschik includes', function () {
Expand Down

0 comments on commit dc2e5a7

Please sign in to comment.