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 8718b5b commit 0d4f523Copy full SHA for 0d4f523
.gitignore
@@ -1 +1,2 @@
1
node_modules
2
+.nyc_output
package.json
@@ -1,13 +1,14 @@
{
"scripts": {
3
"start": "nodemon bin/update-server.js",
4
- "test": "prettier-standard '**/*.js' && standard && tap test/*.js"
+ "test": "prettier-standard '**/*.js' && standard && nyc tap test/*.js"
5
},
6
"dependencies": {
7
"node-fetch": "^2.1.1"
8
9
"devDependencies": {
10
"nodemon": "^1.17.1",
11
+ "nyc": "^11.6.0",
12
"prettier-standard": "^8.0.0",
13
"standard": "^11.0.0",
14
"tap": "^11.1.2"
0 commit comments