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 4015a16 commit a3be6eeCopy full SHA for a3be6ee
package.json
@@ -4,6 +4,12 @@
4
"version": "7.0.0",
5
"author": "aureooms",
6
"ava": {
7
+ "sources": [
8
+ "src/**/*"
9
+ ],
10
+ "files": [
11
+ "test/src/**/*"
12
13
"require": [
14
"@babel/polyfill",
15
"@babel/register"
@@ -33,7 +39,7 @@
33
39
"@babel/polyfill": "7.4.4",
34
40
"@babel/preset-env": "7.4.5",
35
41
"@babel/register": "7.4.4",
36
- "ava": "1.4.1",
42
+ "ava": "2.0.0",
37
43
"coveralls": "3.0.4",
38
44
"esdoc": "1.1.0",
45
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -67,7 +73,7 @@
67
73
"esdoc": "esdoc",
68
74
"prepare": "npm run build",
69
75
"release": "np",
70
- "test": "xo && ava ./test/src"
76
+ "test": "xo && ava"
71
77
},
72
78
"xo": {
79
"prettier": true,
0 commit comments