Skip to content

Commit 4cbdc9e

Browse files
authored
Add doctest to devDependencies of package.json
As requested at #142 (comment)
1 parent 6d5f4d2 commit 4cbdc9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"node-fetch": "2.6.0"
1313
},
1414
"devDependencies": {
15-
"standard": "^14.3.4"
15+
"standard": "^14.3.4",
16+
"doctest": "^0.17.1"
1617
}
1718
}

0 commit comments

Comments
 (0)