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 55e1e83 commit bee84efCopy full SHA for bee84ef
package.json
@@ -84,7 +84,7 @@
84
"@babel/polyfill": "7.11.5",
85
"@babel/preset-env": "7.11.5",
86
"@babel/register": "7.11.5",
87
- "ava": "3.8.2",
+ "ava": "3.12.1",
88
"coveralls": "3.1.0",
89
"esdoc": "1.1.0",
90
"esdoc-inject-script-plugin": "1.0.0",
@@ -125,6 +125,7 @@
125
"esdoc": "esdoc",
126
"prepare": "npm run build",
127
"release": "np",
128
- "test": "ava"
+ "test": "ava",
129
+ "lint": "true"
130
}
131
0 commit comments