Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Jan 12, 2017
1 parent e290269 commit 4d2a657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -20,11 +20,11 @@
"index.js"
],
"dependencies": {
"lodash": "^4.17.2",
"postcss": "^5.2.5"
"lodash": "^4.17.4",
"postcss": "^5.2.10"
},
"devDependencies": {
"ava": "^0.16.0",
"ava": "^0.17.0",
"eslint": "^3.13.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -5,7 +5,7 @@ import path from 'path';
import plugin from '../';

function run(t, input, opts) {
const dir = './fixtures/';
const dir = path.join(__dirname, './fixtures/');
const inputSplitted = input.split('.');
let inputName = input;
let inputExt = 'css';
Expand Down

0 comments on commit 4d2a657

Please sign in to comment.