Skip to content

Commit 672aeb2

Browse files
committed
chore(package): update ava to version 2.4.0
1 parent 3012b26 commit 672aeb2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "Karma preprocessor to compile css files with postcss with sourcemap and watch support",
44
"version": "0.0.0-development",
55
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",
6+
"ava": {
7+
"helpers": [
8+
"test/helpers/**/*"
9+
],
10+
"files": [
11+
"test/*.test.js"
12+
]
13+
},
614
"bugs": {
715
"url": "https://github.com/pvdlg/karma-postcss-preprocessor/issues"
816
},
@@ -15,7 +23,7 @@
1523
},
1624
"devDependencies": {
1725
"@metahub/karma-jasmine-jquery": "^3.0.0",
18-
"ava": "^1.0.1",
26+
"ava": "^2.4.0",
1927
"@babel/core": "^7.0.0",
2028
"@babel/preset-env": "^7.0.0",
2129
"codecov": "^3.0.0",

0 commit comments

Comments
 (0)