We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3012b26 commit 672aeb2Copy full SHA for 672aeb2
1 file changed
package.json
@@ -3,6 +3,14 @@
3
"description": "Karma preprocessor to compile css files with postcss with sourcemap and watch support",
4
"version": "0.0.0-development",
5
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",
6
+ "ava": {
7
+ "helpers": [
8
+ "test/helpers/**/*"
9
+ ],
10
+ "files": [
11
+ "test/*.test.js"
12
+ ]
13
+ },
14
"bugs": {
15
"url": "https://github.com/pvdlg/karma-postcss-preprocessor/issues"
16
},
@@ -15,7 +23,7 @@
23
24
"devDependencies": {
17
25
"@metahub/karma-jasmine-jquery": "^3.0.0",
18
- "ava": "^1.0.1",
26
+ "ava": "^2.4.0",
19
27
"@babel/core": "^7.0.0",
20
28
"@babel/preset-env": "^7.0.0",
21
29
"codecov": "^3.0.0",
0 commit comments