We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e290269 commit 4d2a657Copy full SHA for 4d2a657
package.json
@@ -20,11 +20,11 @@
20
"index.js"
21
],
22
"dependencies": {
23
- "lodash": "^4.17.2",
24
- "postcss": "^5.2.5"
+ "lodash": "^4.17.4",
+ "postcss": "^5.2.10"
25
},
26
"devDependencies": {
27
- "ava": "^0.16.0",
+ "ava": "^0.17.0",
28
"eslint": "^3.13.1"
29
30
"scripts": {
test/test.js
@@ -5,7 +5,7 @@ import path from 'path';
5
import plugin from '../';
6
7
function run(t, input, opts) {
8
- const dir = './fixtures/';
+ const dir = path.join(__dirname, './fixtures/');
9
const inputSplitted = input.split('.');
10
let inputName = input;
11
let inputExt = 'css';
0 commit comments