Skip to content

Commit 4d2a657

Browse files
committed
Update dependencies
1 parent e290269 commit 4d2a657

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"index.js"
2121
],
2222
"dependencies": {
23-
"lodash": "^4.17.2",
24-
"postcss": "^5.2.5"
23+
"lodash": "^4.17.4",
24+
"postcss": "^5.2.10"
2525
},
2626
"devDependencies": {
27-
"ava": "^0.16.0",
27+
"ava": "^0.17.0",
2828
"eslint": "^3.13.1"
2929
},
3030
"scripts": {

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'path';
55
import plugin from '../';
66

77
function run(t, input, opts) {
8-
const dir = './fixtures/';
8+
const dir = path.join(__dirname, './fixtures/');
99
const inputSplitted = input.split('.');
1010
let inputName = input;
1111
let inputExt = 'css';

0 commit comments

Comments
 (0)